import * as schema from './schema';
export declare function createDb(connectionString: string): import("drizzle-orm/postgres-js").PostgresJsDatabase<typeof schema>;
//# sourceMappingURL=connection.d.ts.map