/** * Trigger the download of the OpenAPI document */ export declare function downloadDocument(content: string, filename?: string, format?: 'json' | 'yaml'): void; //# sourceMappingURL=download.d.ts.map