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