import { Model, File, Assembly } from "@inweb/client";
import { Viewer } from "../Viewer";
export declare function autoTransformAllModelsToCentralPoint(viewer: Viewer, model: Model | File | Assembly): Promise<void>;
