export declare class ObjectUtils { static isPlainObject(object: any): boolean; static deepFreeze(object: T): T; }