export declare function dataToArray(vars: any): any[];
export declare function objectEqual(obj1: any, obj2: any): boolean;
