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