export declare const useStable: <T extends Record<string, any>>(value: T) => T;
