/** * Render one channel-status summary value for a human-readable status line. * * Channel summaries are open `Record` maps whose values may be * nested objects/arrays (e.g. the webhook summary's `invokeUrls` map). A bare * `String()` renders those as the useless `[object Object]` — the E4 bug that * surfaced on the `status` line AND, independently, on the backgrounded `start` * instance summary. Every code path that interpolates a channel fact must route * through this one formatter so no output path can regress to `[object Object]`. */ export declare function formatChannelFactValue(value: unknown): string; //# sourceMappingURL=channel-fact-format.d.ts.map