declare const ObjectFreeze: { (f: T): T; (o: T_1): Readonly; (o: T_2): Readonly; }; export = ObjectFreeze;