import { Viewer } from "../Viewer";
export declare function zoomToExtents(viewer: Viewer, force?: boolean, animate?: boolean): void;
