export declare function hasChanged(a: any, b: any): boolean;
export declare function shallowCompare(next: any[], prev: any[]): boolean;
