/** * # DSQL user read-only DB handler */ export default function NO_DB_HANDLER(query: string, values?: any[]): Promise;