import { Function1 } from "./abstractions"; export declare function cachedFn(f: Function1): Function1;