import { Editor } from "../interface"; export declare function downloadObjectToFile(editor: Editor, url: string): Promise; export declare function downloadSvgToString(editor: Editor, url: string): Promise;