/**
 * # DSQL user read-only DB handler
 * @requires DSQL_DB_CONN - Gobal Variable for Datasquirel Database
 */
export default function DB_HANDLER(...args: any[]): Promise<any>;