export declare function bold(text: string): string; export declare function red(text: string): string; export declare function green(text: string): string; export declare function yellow(text: string): string; export declare function cyan(text: string): string; export declare function info(msg: string): void; export declare function success(msg: string): void; export declare function warn(msg: string): void; export declare function error(msg: string): void; //# sourceMappingURL=output.d.ts.map