export interface AgentCommandOptions { /** `--reference-image` values: file paths or http(s) URLs. */ referenceImages?: string[]; json?: boolean; baseUrl?: string; } export declare function agentCommand(goal: string, opts: AgentCommandOptions): Promise; //# sourceMappingURL=agent.d.ts.map