export declare const generateHash: (fullFilePath: string) => Promise; export declare const fetchFileList: (rootFolder: string, folder?: string) => Promise; export declare const pathExists: (fileOrFolderPath: string) => boolean; //# sourceMappingURL=utils.d.ts.map