import type { AgentModelInput } from '../types.js'; export declare function isValidModelArg(model: AgentModelInput): boolean;