import type { TestContextType } from "./createTestRunner.js"; import type { DriverFactory } from "@slonik/driver"; import type { TestFn } from "ava"; export declare const createPoolTests: (test: TestFn, driverFactory: DriverFactory) => void; //# sourceMappingURL=createPoolTests.d.ts.map