import type { DatabasePool } from "../types.js"; export declare const waitForConnectionRelease: (pool: DatabasePool) => Promise; //# sourceMappingURL=waitForConnectionRelease.d.ts.map