import * as msrest from 'ms-rest'; export declare class Cli { static print(message: string, ...args: any[]): void; static success(message: string, ...args: any[]): void; static warn(message: string, ...args: any[]): void; static error(error: Error | msrest.ServiceError): void; static error(message: string, ...args: any[]): void; private static write(message, args, options); }