declare function create(): { sentryTransport: any; testkit: import("./types").Testkit; initNetworkInterceptor: (dsn: string, cb: import("./initNetworkInterceptor").InterceptorCallback) => any; localServer: { start: (userDsn: string) => Promise; stop: () => Promise; getDsn: () => string | null; }; }; declare namespace create { var _a: typeof create; export { _a as default }; } export = create; //# sourceMappingURL=index.d.ts.map