import { TransportDataEvent } from "@nmshd/transport"; import { OwnIdentityAttribute } from "../local/attributeTypes/OwnIdentityAttribute"; import { OwnRelationshipAttribute } from "../local/attributeTypes/OwnRelationshipAttribute"; import { PeerRelationshipAttribute } from "../local/attributeTypes/PeerRelationshipAttribute"; export declare class AttributeForwardingDetailsChangedEvent extends TransportDataEvent { static readonly namespace = "consumption.attributeForwardingDetailsChanged"; constructor(eventTargetAddress: string, data: OwnIdentityAttribute | OwnRelationshipAttribute | PeerRelationshipAttribute); } //# sourceMappingURL=AttributeForwardingDetailsChangedEvent.d.ts.map