declare const wrap: , U>(fn: (...args: T) => U) => (...args: T) => U; declare const memoize: typeof wrap; export { memoize };