import { Postgres } from './Postgres.ts'; export * from './Postgres.ts'; export declare const postgres: { Postgres: typeof Postgres; };