export declare const memo: (fn: (arg: A) => R) => (arg: A) => R;