/**
 * Prints one live shell output chunk to the terminal when console mirroring is enabled.
 */
export declare function printLiveScriptChunk(chunk: string, source: 'stdout' | 'stderr', shouldPrintLiveOutput: boolean): void;
