/**
 * compare two objects shallowly
 */
declare function shallowEqual(origin: any, next: any): boolean;

export { shallowEqual };
