import type { TestFn } from "ava"; type TestContextType = { dsn: string; testDatabaseName: string; }; export declare const createTestRunner: () => { test: TestFn; }; export {}; //# sourceMappingURL=createTestRunner.d.ts.map