import { EasychampWithAIOptimize } from "../../../easychamp-ai-client.js"; export declare const metadata: { resource: string; operation: "write"; tags: string[]; httpMethod: string; httpPath: string; operationId: string; }; export declare const tool: { name: string; description: string; inputSchema: { type: "object"; properties: { id: { type: "string"; format: string; description: string; }; players: { type: "array"; items: { required: string[]; type: "object"; properties: { playerId: { type: "string"; description: string; format: string; }; champTeamPlayerId: { type: "string"; description: string; format: string; }; position: { type: "string"; description: string; nullable: boolean; }; squadType: { type: "integer"; description: string; format: string; }; }; additionalProperties: boolean; description: string; }; description: string; }; }; required: string[]; }; }; export declare const handler: (client: EasychampWithAIOptimize, args: Record | undefined) => Promise; declare const _default: { metadata: { resource: string; operation: "write"; tags: string[]; httpMethod: string; httpPath: string; operationId: string; }; tool: { name: string; description: string; inputSchema: { type: "object"; properties: { id: { type: "string"; format: string; description: string; }; players: { type: "array"; items: { required: string[]; type: "object"; properties: { playerId: { type: "string"; description: string; format: string; }; champTeamPlayerId: { type: "string"; description: string; format: string; }; position: { type: "string"; description: string; nullable: boolean; }; squadType: { type: "integer"; description: string; format: string; }; }; additionalProperties: boolean; description: string; }; description: string; }; }; required: string[]; }; }; handler: (client: EasychampWithAIOptimize, args: Record | undefined) => Promise; }; export default _default; //# sourceMappingURL=put_aioptimize_fixture_by_id_awaysquad_aioptimize_fixture.d.ts.map