import { type HiveEvent, type HiveEventKind } from "./types.js"; export declare function makeHiveEvent(input: { robotId: string; kind: HiveEventKind; topic?: string; payload?: unknown; ts?: number; }): HiveEvent; export declare function isHiveEvent(value: unknown): value is HiveEvent; //# sourceMappingURL=event.d.ts.map