import type { PollResponse } from '@lobu/core/contracts/worker/protocol'; import { type AutomationExecutorConfig } from './automation.js'; import type { ExecutorClient } from './client.js'; /** Execute one device-placed chat turn through the same supervised CLI runner as Automations. */ export declare function executeDeviceChatRun(client: ExecutorClient, job: PollResponse, cfg: AutomationExecutorConfig): Promise<{ itemsCollected: number; error?: string; }>; //# sourceMappingURL=device-chat.d.ts.map