import type { ConnectionPool, ConnectionPoolClient } from "../factories/createConnectionPool.js"; import type { Logger } from "../types.js"; export declare const establishConnection: (parentLog: Logger, pool: ConnectionPool, connectionRetryLimit: number) => Promise; //# sourceMappingURL=establishConnection.d.ts.map