//#region index.d.ts export declare function enableColor(): void; export declare function disableColor(): void; export declare const reset: (...args: any[]) => string; export declare const bold: (...args: any[]) => string; export declare const dim: (...args: any[]) => string; export declare const italic: (...args: any[]) => string; export declare const underline: (...args: any[]) => string; export declare const overline: (...args: any[]) => string; export declare const inverse: (...args: any[]) => string; export declare const hidden: (...args: any[]) => string; export declare const strikethrough: (...args: any[]) => string; export declare const black: (...args: any[]) => string; export declare const red: (...args: any[]) => string; export declare const green: (...args: any[]) => string; export declare const yellow: (...args: any[]) => string; export declare const blue: (...args: any[]) => string; export declare const magenta: (...args: any[]) => string; export declare const cyan: (...args: any[]) => string; export declare const white: (...args: any[]) => string; export declare const gray: (...args: any[]) => string; export declare const bgBlack: (...args: any[]) => string; export declare const bgRed: (...args: any[]) => string; export declare const bgGreen: (...args: any[]) => string; export declare const bgYellow: (...args: any[]) => string; export declare const bgBlue: (...args: any[]) => string; export declare const bgMagenta: (...args: any[]) => string; export declare const bgCyan: (...args: any[]) => string; export declare const bgWhite: (...args: any[]) => string; export declare const bgGray: (...args: any[]) => string; //#endregion