UNPKG

@earendil-works/pi-coding-agent

Version:

Coding agent CLI with read, bash, edit, write tools and session management

7 lines 379 B
export declare function takeOverStdout(): void; export declare function restoreStdout(): void; export declare function isStdoutTakenOver(): boolean; export declare function writeRawStdout(text: string): void; export declare function waitForRawStdoutBackpressure(): Promise<void>; export declare function flushRawStdout(): Promise<void>; //# sourceMappingURL=output-guard.d.ts.map