export declare const ansi_colors: {
    gray(str: string): string;
    green(str: string): string;
    red(str: string): string;
};
//# sourceMappingURL=colors.d.ts.map