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