import { PropertySet } from "./PropertySet"; import { PropertyType } from "./property_type/PropertyType"; export declare class PropertyNameLID { readonly propertySet: PropertySet; readonly propertyLID: number; readonly propertyType: PropertyType; constructor(propertySet: PropertySet, propertyLID: number, propertyType: PropertyType); toString(): string; }