/** * @module viw-webgl-component */ import * as VIM from 'vim-webgl-viewer'; import * as BIM from 'vim-format'; export type AugmentedElement = BIM.IElement & { bimDocumentName: string; categoryName: string; familyTypeName: string; levelName: string; worksetName: string; }; export declare function getElements(vim: VIM.Vim): Promise;