import { Model, File, Assembly } from "@inweb/client";
import { Viewer } from "../Viewer";
export declare const composeMatrixFromTransform: (transform: any, modelCenter: any, visLib: any) => any;
export declare function applyModelTransform(viewer: Viewer, model: Model | File | Assembly): void;
