import { type Client } from '@libsql/client'; import type { ResolvedConfig } from '../config.js'; /** * Create and initialize the database client. * Called once by the handle hook's lazy initialization. */ export declare function createDatabase(config: ResolvedConfig): Promise; //# sourceMappingURL=client.d.ts.map