import { RelationshipTemplate } from "../modules"; import { TransportDataEvent } from "./TransportDataEvent"; export declare class RelationshipTemplateAllocationsExhaustedEvent extends TransportDataEvent { static readonly namespace = "transport.relationshipTemplateAllocationsExhausted"; constructor(eventTargetAddress: string, data: RelationshipTemplate); } //# sourceMappingURL=RelationshipTemplateAllocationsExhaustedEvent.d.ts.map