/** Finish pipe writes before an async command returns, including under backpressure. */ export declare function writeCliOutput(text: string, newline?: boolean): Promise;