export declare const downloadSpecBus: import("@vueuse/core").UseEventBusReturn<{ id: string; specTitle?: string | undefined; }, any>; /** Download the OAS file string */ export declare function downloadSpecFile(spec: string, specTitle?: string): void; //# sourceMappingURL=specDownloads.d.ts.map