import { Testkit } from './types'; export declare function createLocalServerApi(testkit: Testkit): { start: (userDsn: string) => Promise; stop: () => Promise; getDsn: () => string | null; }; //# sourceMappingURL=localServerApi.d.ts.map