export declare function objectToText(obj: any): string;
export declare function textToObject<T>(text: string): T;
export declare function deepCopy<T>(obj: T): T;
//# sourceMappingURL=ObjectUtil.d.ts.map