type InputCaptureHandle = { stop: () => void; }; /** * Auto-start the input daemon and watch its JSONL for new events. */ export declare function startInputCapture(): Promise; export declare function isInputCaptureRunning(): boolean; export {};