import { PropertyInfo } from "../descriptions/propertyInfo"; export declare class PropertyBuilder { private description; /** * Build Property info */ build(): PropertyInfo; }