export default function memoize(fn: (arg1: I) => O): (arg1: I) => O;