export type Format = (string?: string) => string; export declare const reset: Format; export declare const bold: Format; export declare const dim: Format; export declare const italic: Format; export declare const underline: Format; export declare const overline: Format; export declare const inverse: Format; export declare const hidden: Format; export declare const strikethrough: Format; export declare const black: Format; export declare const red: Format; export declare const green: Format; export declare const yellow: Format; export declare const blue: Format; export declare const magenta: Format; export declare const cyan: Format; export declare const white: Format; export declare const gray: Format; export declare const bgBlack: Format; export declare const bgRed: Format; export declare const bgGreen: Format; export declare const bgYellow: Format; export declare const bgBlue: Format; export declare const bgMagenta: Format; export declare const bgCyan: Format; export declare const bgWhite: Format; export declare const bgGray: Format; export declare const redBright: Format; export declare const greenBright: Format; export declare const yellowBright: Format; export declare const blueBright: Format; export declare const magentaBright: Format; export declare const cyanBright: Format; export declare const whiteBright: Format; export declare const bgRedBright: Format; export declare const bgGreenBright: Format; export declare const bgYellowBright: Format; export declare const bgBlueBright: Format; export declare const bgMagentaBright: Format; export declare const bgCyanBright: Format; export declare const bgWhiteBright: Format;