export declare const useMemo: (getValue: () => Value, condition: Condition, shouldUpdate: (prev: Condition, next: Condition) => boolean) => Value;