import { EasychampWithAIOptimize } from "../../../easychamp-ai-client.js"; export declare const metadata: { resource: string; operation: "read"; tags: string[]; httpMethod: string; httpPath: string; operationId: string; }; export declare const tool: { name: string; description: string; inputSchema: { type: "object"; properties: { NameOrTeam: { type: "string"; description: undefined; }; Ids: { type: "array"; items: { type: "string"; format: string; }; description: undefined; }; OwnerIds: { type: "array"; items: { type: "string"; format: string; }; description: undefined; }; ParentIds: { type: "array"; items: { type: "string"; format: string; }; description: undefined; }; Name: { type: "string"; description: undefined; }; Nationality: { type: "string"; description: undefined; }; SportKindId: { type: "string"; format: string; description: undefined; }; SportKindName: { type: "string"; description: undefined; }; ChampLeagueId: { type: "string"; format: string; description: undefined; }; ChampId: { type: "string"; format: string; description: undefined; }; FullName: { type: "string"; description: undefined; }; FirstName: { type: "string"; description: undefined; }; LastName: { type: "string"; description: undefined; }; ExternalId: { type: "string"; description: undefined; }; ExternalIds: { type: "array"; items: { type: "string"; }; description: undefined; }; FullNames: { type: "array"; items: { type: "string"; }; description: undefined; }; pageSize: { type: "integer"; format: string; default: number; description: string; }; pageIndex: { type: "integer"; format: string; default: number; description: string; }; }; }; }; export declare const handler: (client: EasychampWithAIOptimize, args: Record | undefined) => Promise; declare const _default: { metadata: { resource: string; operation: "read"; tags: string[]; httpMethod: string; httpPath: string; operationId: string; }; tool: { name: string; description: string; inputSchema: { type: "object"; properties: { NameOrTeam: { type: "string"; description: undefined; }; Ids: { type: "array"; items: { type: "string"; format: string; }; description: undefined; }; OwnerIds: { type: "array"; items: { type: "string"; format: string; }; description: undefined; }; ParentIds: { type: "array"; items: { type: "string"; format: string; }; description: undefined; }; Name: { type: "string"; description: undefined; }; Nationality: { type: "string"; description: undefined; }; SportKindId: { type: "string"; format: string; description: undefined; }; SportKindName: { type: "string"; description: undefined; }; ChampLeagueId: { type: "string"; format: string; description: undefined; }; ChampId: { type: "string"; format: string; description: undefined; }; FullName: { type: "string"; description: undefined; }; FirstName: { type: "string"; description: undefined; }; LastName: { type: "string"; description: undefined; }; ExternalId: { type: "string"; description: undefined; }; ExternalIds: { type: "array"; items: { type: "string"; }; description: undefined; }; FullNames: { type: "array"; items: { type: "string"; }; description: undefined; }; pageSize: { type: "integer"; format: string; default: number; description: string; }; pageIndex: { type: "integer"; format: string; default: number; description: string; }; }; }; }; handler: (client: EasychampWithAIOptimize, args: Record | undefined) => Promise; }; export default _default; //# sourceMappingURL=search_players_aioptimize_player.d.ts.map