export default class CustomProperty { _name: any; _value: any; _type: any; _isSemver: any; constructor(name?: any, type?: any, value?: any); get type(): any; get externalType(): any; get name(): any; getValue(context?: {}): any; static get dateTypeName(): string; static get semverTypeName(): string; get value(): any; } //# sourceMappingURL=CustomProperty.d.ts.map