/** * Cached fs operation wrapper. */ export declare function cachedLookup(fn: (arg: T) => R): (arg: T) => R;