import { Viewer } from "../Viewer";
export declare function getSnapshot(viewer: Viewer, type?: string, quality?: number): string;
