import postgres from 'postgres';
import * as schema from './schema/index.js';
export declare function getDb(): import("drizzle-orm/postgres-js").PostgresJsDatabase<typeof schema> & {
    $client: postgres.Sql<{}>;
};
export { schema };
//# sourceMappingURL=index.d.ts.map