export declare const HUMAN_QUEUE_TOOLS: ({ name: string; description: string; read_safe: boolean; inputSchema: { type: string; properties: { role: { type: string; description: string; }; message: { type: string; description: string; }; data: { type: string; description: string; }; type: { type: string; description: string; default: string; }; subtype: { type: string; description: string; default: string; }; priority: { type: string; description: string; default: number; }; escalation_id?: undefined; limit?: undefined; resolver_id?: undefined; payload?: undefined; form_schema?: undefined; assigned_to?: undefined; }; required: string[]; }; } | { name: string; description: string; read_safe: boolean; inputSchema: { type: string; properties: { escalation_id: { type: string; description: string; }; role?: undefined; message?: undefined; data?: undefined; type?: undefined; subtype?: undefined; priority?: undefined; limit?: undefined; resolver_id?: undefined; payload?: undefined; form_schema?: undefined; assigned_to?: undefined; }; required: string[]; }; } | { name: string; description: string; read_safe: boolean; inputSchema: { type: string; properties: { role: { type: string; description: string; }; limit: { type: string; description: string; default: number; }; message?: undefined; data?: undefined; type?: undefined; subtype?: undefined; priority?: undefined; escalation_id?: undefined; resolver_id?: undefined; payload?: undefined; form_schema?: undefined; assigned_to?: undefined; }; required: string[]; }; } | { name: string; description: string; read_safe: boolean; inputSchema: { type: string; properties: { escalation_id: { type: string; description: string; }; resolver_id: { type: string; description: string; }; payload: { type: string; description: string; }; role?: undefined; message?: undefined; data?: undefined; type?: undefined; subtype?: undefined; priority?: undefined; limit?: undefined; form_schema?: undefined; assigned_to?: undefined; }; required: string[]; }; } | { name: string; description: string; read_safe: boolean; inputSchema: { type: string; properties: { role: { type: string; description: string; }; message: { type: string; description: string; }; form_schema: { type: string; description: string; }; data: { type: string; description: string; }; assigned_to: { type: string; description: string; }; type: { type: string; description: string; default: string; }; subtype: { type: string; description: string; default: string; }; priority: { type: string; description: string; default: number; }; escalation_id?: undefined; limit?: undefined; resolver_id?: undefined; payload?: undefined; }; required: string[]; }; })[];