export declare const isChange: (changeObj: { [key: string]: any; }, originObj: { [key: string]: any; }) => boolean;