export declare const exportToSvgFile: (svg: SVGSVGElement) => Promise; export declare const exportToWebmFile: (data: Blob) => Promise; export declare const prepareWebmData: (svgList: { svg: SVGSVGElement; finishedMs: number; }[]) => Promise;