import { Type } from "typebox"; export declare function taskParametersSchema(): Type.TObject<{ agent_type: Type.TString; prompt: Type.TString; description: Type.TString; workspace_group: Type.TOptional; herdr_layout: Type.TOptional>; isolation: Type.TOptional>; cwd: Type.TOptional; task_id: Type.TOptional; conversation_id: Type.TOptional; __pi_subagents_invocation_id: Type.TOptional; background: Type.TOptional; }>;