/** * 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<{}>;