import type Attribute from '../Attribute.js'; export default class AttributeAssertion { protected _attribute: Attribute; get defined(): boolean; get definition(): import("../types.js").AttributeDataAssertion | undefined; constructor(attribute: Attribute); }