export default function memoize(fn: (input: INPUT) => OUTPUT): (input: INPUT) => OUTPUT;