export declare function memoize(fn: (arg: Arg) => Result): (arg: Arg) => Result; //# sourceMappingURL=memoize.d.ts.map