UNPKG

msbot

Version:

MSBot command line tool for manipulating Microsoft Bot Framework .bot files

9 lines (8 loc) 362 B
/** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */ export declare function stdoutAsync(output: string): Promise<{}>; export declare function stderrAsync(output: string): Promise<{}>; export declare function logAsync(output: string): Promise<{}>; export declare function errorAsync(output: string): Promise<{}>;