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: { name: { type: "string"; nullable: boolean; }; id: { type: "string"; format: string; }; updatedBy: { type: "string"; nullable: boolean; }; staffMembers: { type: "array"; items: { type: "object"; properties: { id: { type: "string"; format: string; nullable: boolean; }; firstName: { type: "string"; nullable: boolean; }; middleName: { type: "string"; nullable: boolean; }; lastName: { type: "string"; nullable: boolean; }; position: { enum: string[]; type: "string"; description: string; format: string; }; dateOfBirth: { type: "string"; format: string; nullable: boolean; }; nationality: { type: "string"; nullable: boolean; }; gender: { enum: string[]; type: "string"; description: string; format: string; }; imageUrl: { type: "string"; nullable: boolean; }; }; additionalProperties: boolean; }; nullable: boolean; }; isVirtual: { type: "boolean"; nullable: boolean; }; isImportCompleted: { type: "boolean"; nullable: boolean; }; gender: { enum: string[]; type: "string"; description: string; format: string; }; shortName: { type: "string"; nullable: boolean; }; teamLeague: { type: "string"; nullable: boolean; }; country: { type: "string"; nullable: boolean; }; leagueImageUrl: { type: "string"; nullable: boolean; }; sportKind: { type: "string"; format: string; }; imageUrl: { type: "string"; nullable: boolean; }; isInternational: { type: "boolean"; nullable: boolean; }; externalId: { type: "string"; nullable: boolean; }; parentId: { type: "string"; format: 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"; nullable: boolean; }; id: { type: "string"; format: string; }; updatedBy: { type: "string"; nullable: boolean; }; staffMembers: { type: "array"; items: { type: "object"; properties: { id: { type: "string"; format: string; nullable: boolean; }; firstName: { type: "string"; nullable: boolean; }; middleName: { type: "string"; nullable: boolean; }; lastName: { type: "string"; nullable: boolean; }; position: { enum: string[]; type: "string"; description: string; format: string; }; dateOfBirth: { type: "string"; format: string; nullable: boolean; }; nationality: { type: "string"; nullable: boolean; }; gender: { enum: string[]; type: "string"; description: string; format: string; }; imageUrl: { type: "string"; nullable: boolean; }; }; additionalProperties: boolean; }; nullable: boolean; }; isVirtual: { type: "boolean"; nullable: boolean; }; isImportCompleted: { type: "boolean"; nullable: boolean; }; gender: { enum: string[]; type: "string"; description: string; format: string; }; shortName: { type: "string"; nullable: boolean; }; teamLeague: { type: "string"; nullable: boolean; }; country: { type: "string"; nullable: boolean; }; leagueImageUrl: { type: "string"; nullable: boolean; }; sportKind: { type: "string"; format: string; }; imageUrl: { type: "string"; nullable: boolean; }; isInternational: { type: "boolean"; nullable: boolean; }; externalId: { type: "string"; nullable: boolean; }; parentId: { type: "string"; format: string; nullable: boolean; }; }; required: string[]; }; }; handler: (client: EasychampWithAIOptimize, args: Record | undefined) => Promise; }; export default _default; //# sourceMappingURL=update_team_aioptimize_teams.d.ts.map