import type { StreamInfo } from "./execute";
export declare const drawConsole: (streams: StreamInfo[], quiet?: boolean) => void;
