export declare function ansi(open: number, close: number): (str: string) => string; export declare const reset: (str: string) => string; export declare const bold: (str: string) => string; export declare const italic: (str: string) => string; export declare const underline: (str: string) => string; export declare const inverse: (str: string) => string; export declare const hidden: (str: string) => string; export declare const strike: (str: string) => string; export declare const gray: (str: string) => string; export declare const red: (str: string) => string; export declare const green: (str: string) => string; export declare const yellow: (str: string) => string; export declare const blue: (str: string) => string; export declare const magenta: (str: string) => string; export declare const cyan: (str: string) => string; export declare const white: (str: string) => string; export declare const Red: (str: string) => string; export declare const Green: (str: string) => string; export declare const Yellow: (str: string) => string; export declare const Blue: (str: string) => string; export declare const Magenta: (str: string) => string; export declare const Cyan: (str: string) => string; export declare const White: (str: string) => string;