export declare function fastObjectShallowCompare<T extends Record<string, any> | null>(a: T, b: T): boolean;
