import type { AgentRunRequest } from "./types.js"; export declare const normalizeAgentRunRequest: (args: Record, defaults: { runner: NonNullable; model?: string; timeoutMs: number; inheritedModel?: { provider: string; id: string; }; }, options?: { allowCwd?: boolean; }) => AgentRunRequest; //# sourceMappingURL=request.d.ts.map