import type { Vector3 } from "three"; export declare class ApiInspectReportEntryElement { constructor({ masterformatCode, builtStatus, deviationVectorMeters, globalId, name }?: Partial); masterformatCode: string; builtStatus: string; deviationVectorMeters: Vector3; globalId: string; name: string; static plannedBuildingElementToApiInspectReportEntry(element: any, level1Masterformat: any): ApiInspectReportEntryElement; } export default ApiInspectReportEntryElement;