import type { PgDatabase, PgQueryResultHKT } from "drizzle-orm/pg-core"; import * as schema from "./schema.js"; type DispatchDatabase = PgDatabase; export declare const getDb: () => DispatchDatabase; export declare function db(): DispatchDatabase; export { schema }; export * from "./schema.js"; export * from "./migrations.js"; //# sourceMappingURL=index.d.ts.map