export declare const green: (text: string) => string;
export declare const red: (text: string) => string;
export declare const yellow: (text: string) => string;
export declare const gold: (text: string) => string;
export declare const copper: (text: string) => string;
export declare const cyan: (text: string) => string;
export declare const gray: (text: string) => string;
export declare const gradientPastoralist: () => string;
export declare const link: (url: string, text?: string) => string;
