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