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