/** * # DSQL user read-only DB handler */ export default function NO_DB_HANDLER(...args: any[]): Promise | { success: boolean; error: any; };