import { IfcApiProxyIfc } from './ifc_api_proxy_ifc'; import { Node, PropertiesPassthrough } from './properties_passthrough'; export declare class IfcProperties implements PropertiesPassthrough { private api; private types; constructor(api: IfcApiProxyIfc); getIfcType(type: number): string; getItemProperties(id: number, recursive?: boolean): Promise; getPropertySets(elementID: number, recursive?: boolean): Promise; getTypeProperties(elementID: number, recursive?: boolean): Promise; getMaterialsProperties(elementID: number, recursive?: boolean): Promise; getSpatialStructure(includeProperties?: boolean): Promise; getAllItemsOfType(type: number, verbose: boolean): Promise; private getProperty; private getChunks; private static isRelated; private static newIfcProject; private getSpatialNode; private getChildren; private newNode; private getNodeType; private getSpatialTreeChunks; private saveChunk; private getRelated; private getAllRelatedItemsOfType; private cleanupTypes; private getAllTypesOfModel; } //# sourceMappingURL=ifc_properties.d.ts.map