/** modify from fbjs */ export declare function shallowEqual(objA: any, objB: any, exclude?: string[]): boolean;