import type { ContextSegmentViewData } from "./types.js"; export declare function formatContextTokens(tokens: number | undefined): string; export declare function contextStatusLabel(segment: ContextSegmentViewData): string; export declare function contextGroupColor(group: string): string; export declare function contextGroupFill(group: string): string; //# sourceMappingURL=format.d.ts.map