import { SpecInterfaceFactory } from '../../../services/openapi-read-patch-interface'; import { TrafficSource } from '../../../services/traffic/types'; export declare const toExport: { [key: string]: () => Promise<{ specInterfaceFactory: SpecInterfaceFactory; source: TrafficSource; start: () => void; }>; }; export default toExport; //# sourceMappingURL=update-scenarios.d.ts.map