import { Object3D } from 'three';
/**
 * @deprecated use {@link IObject3D.autoCenter} instead, or {@link iObjectCommons.autoCenter}
 * @param obj
 */
export declare function autoCenterObject3D(obj: Object3D): any;
/**
 * @deprecated use {@link IObject3D.autoScale} instead, or {@link iObjectCommons.autoScale}
 * @param obj
 * @param autoScaleRadius
 * @param isCentered
 * @param setDirty
 */
export declare function autoScaleObject3D(obj: Object3D, autoScaleRadius?: number, isCentered?: boolean, setDirty?: boolean): any;
//# sourceMappingURL=object-transform.d.ts.map