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