import type { CockpitState } from '@generacy-ai/cockpit'; export type ChalkFn = (s: string) => string; export interface Colorizer { state(s: string, state: CockpitState): string; doneMerged(s: string): string; doneNotPlanned(s: string): string; } export declare const STATE_COLOR: Record; export declare const chalkColorizer: Colorizer; export declare const identityColorizer: Colorizer; //# sourceMappingURL=color.d.ts.map