export declare const fixEPERM: (fn: (path: string) => Promise) => (path: string) => Promise; export declare const fixEPERMSync: (fn: (path: string) => any) => (path: string) => any; //# sourceMappingURL=fix-eperm.d.ts.map