export declare class ObjectHelper { static removeBlankAttributesFromObject(obj: Object): void; static cloneDeep(obj: Object): Object; }