/** @internal */
export declare const colors: {
    red: (text: string) => string;
    green: (text: string) => string;
    yellow: (text: string) => string;
    grey: (text: string) => string;
    cyan: (text: string) => string;
    enabled: () => boolean | "" | undefined;
};
