/** * Format capture events into a raw context block for injection * into the koi's system prompt or user message prefix. * * Returns the EXACT raw data — no summaries. The model interprets it. */ export declare function buildCaptureContextBlock(): string;