/** Runtime guards for the structured collaboration events carried by FleetBus. */ export declare function validateFleetEventEmission(type: string, payload: unknown, role?: string | undefined): string | undefined; //# sourceMappingURL=fleet-event-validation.d.ts.map