export declare const reset: (x: string) => string; export declare const bold: (x: string) => string; export declare const dim: (x: string) => string; export declare const italic: (x: string) => string; export declare const underline: (x: string) => string; export declare const inverse: (x: string) => string; export declare const hidden: (x: string) => string; export declare const strikethrough: (x: string) => string; export declare const black: (x: string) => string; export declare const red: (x: string) => string; export declare const green: (x: string) => string; export declare const yellow: (x: string) => string; export declare const blue: (x: string) => string; export declare const magenta: (x: string) => string; export declare const cyan: (x: string) => string; export declare const white: (x: string) => string; export declare const grey: (x: string) => string; export declare const gray: (x: string) => string; export declare const bgBlack: (x: string) => string; export declare const bgRed: (x: string) => string; export declare const bgGreen: (x: string) => string; export declare const bgYellow: (x: string) => string; export declare const bgBlue: (x: string) => string; export declare const bgMagenta: (x: string) => string; export declare const bgCyan: (x: string) => string; export declare const bgWhite: (x: string) => string;