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