import { Viewer } from "../Viewer";
export declare function getDefaultViewPositions(viewer: Viewer): string[];
