import type { Pool as PoolType } from "pg"; import type { DbConfig } from "./config"; export declare function maskConnectionString(url: string): string; export declare function createPool(config: DbConfig): Promise; //# sourceMappingURL=pool.d.ts.map