export declare const memoize: (f: (v: TIn) => TOut) => ((v: TIn) => TOut);