/**
 * # No Database DB Handler
 */
export default function noDatabaseDbHandler(queryString: string): Promise<any>;