export declare const createMemoized: () => (cacheName: string, name: K, getValue: () => V) => V;