import { PartiallyReadOnly } from '../../types/partialy-readonly'; import { InferIterableValues } from '../infer/iterable'; export declare function FreezeObjectProperty(target: TObject, propertyKey: TKey): PartiallyReadOnly; export declare function FreezeObjectProperties>(target: TObject, propertyKeys: TKeys): PartiallyReadOnly>;