export declare const useStableObject: <T extends object>(input: T) => T;
