type ISupportedValue = Record | string | boolean | number | null; export declare function useDeepCompareMemoize(value: ISupportedValue): ISupportedValue; export {};