export declare const isPlainObject: (obj: any) => boolean;
export declare const compare: (obj1: any, obj2: any) => boolean;
export declare const generateId: () => string;
