import type { BuildContextPacketInput, ContextPacket, ContextPacketSections, ContextPacketStore } from "./types.js"; export declare function renderContextPacket(input: { roomId: string; targetActorId: string; afterSeq: number; throughSeq: number; sections: ContextPacketSections; packetKind?: "business" | "supervision_watch"; }): string; export declare class ContextPacketBuilder { #private; constructor(store: ContextPacketStore); buildContextPacket(input: BuildContextPacketInput): ContextPacket; } //# sourceMappingURL=context-packet.d.ts.map