export declare function useStableCallback<T extends (arg1?: any, arg2?: any, arg3?: any) => any>(cb: T): T;
