export declare const dim: (s: string) => string; export declare const cyan: (s: string) => string; export declare const green: (s: string) => string; export declare const yellow: (s: string) => string; export declare const red: (s: string) => string; export declare const bold: (s: string) => string; export declare function truncate(s: string, len: number): string; export declare function printHeader(): void; export declare function isExitError(error: unknown): boolean; export declare function handleExit(error: unknown): never; //# sourceMappingURL=utils.d.ts.map