import { type H3Event } from 'h3'; export declare function fetchDatabase(event: H3Event | undefined, collection: string): Promise; export declare function fetchQuery(event: H3Event | undefined, collection: string, sql: string): Promise;