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