export declare const ignoreENOENT: (p: Promise, rethrow?: unknown) => Promise; export declare const ignoreENOENTSync: (fn: () => T, rethrow?: unknown) => T | undefined; //# sourceMappingURL=ignore-enoent.d.ts.map