export declare function useSaveFile(): { getCachePath: () => string; getDocumentPath: () => string; saveFile: (params: { targetPath: string; localPath: string; }) => Promise; }; //# sourceMappingURL=useSaveFile.d.ts.map