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: { fullName: { minLength: number; type: "string"; description: string; }; sportKind: { minLength: number; type: "string"; description: string; }; position: { type: "string"; description: string; nullable: boolean; }; nationality: { type: "string"; description: string; nullable: boolean; }; imageUrl: { type: "string"; description: string; nullable: boolean; }; jerseyNumber: { type: "integer"; description: 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: { fullName: { minLength: number; type: "string"; description: string; }; sportKind: { minLength: number; type: "string"; description: string; }; position: { type: "string"; description: string; nullable: boolean; }; nationality: { type: "string"; description: string; nullable: boolean; }; imageUrl: { type: "string"; description: string; nullable: boolean; }; jerseyNumber: { type: "integer"; description: string; format: string; nullable: boolean; }; }; required: string[]; }; }; handler: (client: EasychampWithAIOptimize, args: Record | undefined) => Promise; }; export default _default; //# sourceMappingURL=create_player_by_name_aioptimize_player.d.mts.map