import { EasychampWithAIOptimize } from "../../../easychamp-ai-client.mjs"; 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: { name: { type: "string"; description: string; }; history: { type: "array"; items: { type: "object"; properties: { isActive: { type: "boolean"; }; teamId: { type: "string"; format: string; nullable: boolean; }; teamName: { type: "string"; nullable: boolean; }; jerseyNumber: { type: "string"; nullable: boolean; }; champId: { type: "string"; format: string; nullable: boolean; }; startDate: { type: "string"; format: string; nullable: boolean; }; endDate: { type: "string"; format: string; nullable: boolean; }; isInternationalTeam: { type: "boolean"; nullable: boolean; }; type: { enum: string[]; type: "string"; description: string; format: string; }; }; additionalProperties: boolean; }; nullable: boolean; }; externalId: { type: "string"; nullable: boolean; }; fullName: { type: "string"; nullable: boolean; }; firstName: { type: "string"; nullable: boolean; }; lastName: { type: "string"; nullable: boolean; }; otherFullName: { type: "string"; nullable: boolean; }; weight: { type: "integer"; format: string; nullable: boolean; }; height: { type: "integer"; format: string; nullable: boolean; }; middleName: { type: "string"; nullable: boolean; }; doB: { type: "string"; format: string; nullable: boolean; }; imageUrl: { type: "string"; nullable: boolean; }; sportKindId: { type: "string"; format: string; }; nationality: { type: "string"; nullable: boolean; }; position: { type: "string"; nullable: boolean; }; strongFoot: { type: "string"; nullable: boolean; }; gender: { enum: string[]; type: "string"; description: string; format: string; }; parentId: { type: "string"; format: string; nullable: boolean; }; isImportCompleted: { type: "boolean"; nullable: boolean; }; createdBy: { type: "string"; nullable: boolean; }; }; 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: { name: { type: "string"; description: string; }; history: { type: "array"; items: { type: "object"; properties: { isActive: { type: "boolean"; }; teamId: { type: "string"; format: string; nullable: boolean; }; teamName: { type: "string"; nullable: boolean; }; jerseyNumber: { type: "string"; nullable: boolean; }; champId: { type: "string"; format: string; nullable: boolean; }; startDate: { type: "string"; format: string; nullable: boolean; }; endDate: { type: "string"; format: string; nullable: boolean; }; isInternationalTeam: { type: "boolean"; nullable: boolean; }; type: { enum: string[]; type: "string"; description: string; format: string; }; }; additionalProperties: boolean; }; nullable: boolean; }; externalId: { type: "string"; nullable: boolean; }; fullName: { type: "string"; nullable: boolean; }; firstName: { type: "string"; nullable: boolean; }; lastName: { type: "string"; nullable: boolean; }; otherFullName: { type: "string"; nullable: boolean; }; weight: { type: "integer"; format: string; nullable: boolean; }; height: { type: "integer"; format: string; nullable: boolean; }; middleName: { type: "string"; nullable: boolean; }; doB: { type: "string"; format: string; nullable: boolean; }; imageUrl: { type: "string"; nullable: boolean; }; sportKindId: { type: "string"; format: string; }; nationality: { type: "string"; nullable: boolean; }; position: { type: "string"; nullable: boolean; }; strongFoot: { type: "string"; nullable: boolean; }; gender: { enum: string[]; type: "string"; description: string; format: string; }; parentId: { type: "string"; format: string; nullable: boolean; }; isImportCompleted: { type: "boolean"; nullable: boolean; }; createdBy: { type: "string"; nullable: boolean; }; }; required: string[]; }; }; handler: (client: EasychampWithAIOptimize, args: Record | undefined) => Promise; }; export default _default; //# sourceMappingURL=update_player_aioptimize_player.d.mts.map