import { AttributeBase } from './AttributeBase.js'; import type { AttributeEntity } from './AttributeEntity.js'; import { ObjectType } from '../Types/ObjectType.js'; export declare class AttributeDefinition extends AttributeBase { get objectType(): ObjectType; get objectName(): string; get subclassMarker(): string; prompt: string; constructor(entity?: AttributeEntity); } //# sourceMappingURL=AttributeDefinition.d.ts.map