/// export declare function useShallowEffect(cb: () => void, dependencies?: React.DependencyList): void; export declare function shallowEqual(a: any, b: any): boolean;