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