import { CoreId } from "@nmshd/core-types"; import { TransportDataEvent } from "./TransportDataEvent"; export interface RelationshipDecomposedBySelfEventData { relationshipId: CoreId; } export declare class RelationshipDecomposedBySelfEvent extends TransportDataEvent { static readonly namespace = "transport.relationshipDecomposedBySelf"; constructor(eventTargetAddress: string, data: RelationshipDecomposedBySelfEventData); } //# sourceMappingURL=RelationshipDecomposedBySelfEvent.d.ts.map