/** * Fast shallow compare for objects. * @returns true if objects are equal. */ export declare function fastObjectShallowCompare | null>(a: T, b: T): boolean;