export declare const reset = "\u001B[0m"; export declare const bold = "\u001B[1m"; export declare const dim = "\u001B[2m"; export declare const italic = "\u001B[3m"; export declare const underline = "\u001B[4m"; export declare const inverse = "\u001B[7m"; export declare const hidden = "\u001B[8m"; export declare const strikethrough = "\u001B[9m"; export declare const black = "\u001B[30m"; export declare const red = "\u001B[31m"; export declare const green = "\u001B[32m"; export declare const yellow = "\u001B[33m"; export declare const blue = "\u001B[34m"; export declare const magenta = "\u001B[35m"; export declare const cyan = "\u001B[36m"; export declare const white = "\u001B[37m"; export declare const gray = "\u001B[90m"; export declare const grey = "\u001B[90m"; export declare const brightRed = "\u001B[91m"; export declare const brightGreen = "\u001B[92m"; export declare const brightYellow = "\u001B[93m"; export declare const brightBlue = "\u001B[94m"; export declare const brightMagenta = "\u001B[95m"; export declare const brightCyan = "\u001B[96m"; export declare const brightWhite = "\u001B[97m"; export declare const bgBlack = "\u001B[40m"; export declare const bgRed = "\u001B[41m"; export declare const bgGreen = "\u001B[42m"; export declare const bgYellow = "\u001B[43m"; export declare const bgBlue = "\u001B[44m"; export declare const bgMagenta = "\u001B[45m"; export declare const bgCyan = "\u001B[46m"; export declare const bgWhite = "\u001B[47m"; export declare const bgGray = "\u001B[100m"; export declare const bgGrey = "\u001B[100m"; export declare const bgBrightRed = "\u001B[101m"; export declare const bgBrightGreen = "\u001B[102m"; export declare const bgBrightYellow = "\u001B[103m"; export declare const bgBrightBlue = "\u001B[104m"; export declare const bgBrightMagenta = "\u001B[105m"; export declare const bgBrightCyan = "\u001B[106m"; export declare const bgBrightWhite = "\u001B[107m";