interface TerminalsOptions { json: boolean; } export declare function handleTerminals(opts?: TerminalsOptions): void; export {};