export declare const memoize: (fn: (arg: string) => T) => (arg: string) => T;