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