import { PostgresDataSourceOptions, PostgresDrizzle } from './interface'; export declare function create(options: PostgresDataSourceOptions): PostgresDrizzle; //# sourceMappingURL=index.d.ts.map