export { preservePropertyGetters };
declare function preservePropertyGetters<T extends object>(objOriginal: T): void;
