import { PropertyDefinition } from "../property-definition"; /** * Long property definition. */ export declare class LongPropertyDefinition extends PropertyDefinition { constructor(name: string, init?: Omit, "name">); }