export declare class ViewerModel {
    workId: string;
    id: string;
    name: string;
    fullUrl: string;
    features: string;
    constructor();
}
export declare function CreateBlankViewer(): ViewerModel;
