/** * @module teams-ai */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * @private */ export declare class Colorize { static error(error: Error | string): string; static output(output: object | string, quote?: string, units?: string): string; static success(message: string): string; static title(title: string): string; static value(field: string, value: any, units?: string): string; static warning(warning: string): string; } //# sourceMappingURL=Colorize.d.ts.map