UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines 258 B
//#region packages/terminal-core/src/health-style.d.ts /** Highlight known health status prefixes in a "label: detail" line. */ declare function styleHealthChannelLine(line: string, rich: boolean): string; //#endregion export { styleHealthChannelLine as t };