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"; description: string; nullable: boolean; }; leagueId: { type: "string"; description: string; format: string; nullable: boolean; }; leagueName: { type: "string"; description: string; nullable: boolean; }; sportKind: { type: "string"; description: string; nullable: boolean; }; startDate: { type: "string"; description: string; format: string; nullable: boolean; }; endDate: { type: "string"; description: string; format: string; nullable: boolean; }; isPublished: { type: "boolean"; description: string; }; description: { type: "string"; description: string; nullable: boolean; }; imageUrl: { type: "string"; description: string; nullable: boolean; }; teamNames: { type: "array"; items: { type: "string"; }; description: string; nullable: boolean; }; teamIds: { type: "array"; items: { type: "string"; format: string; }; description: string; nullable: boolean; }; }; }; }; 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; nullable: boolean; }; leagueId: { type: "string"; description: string; format: string; nullable: boolean; }; leagueName: { type: "string"; description: string; nullable: boolean; }; sportKind: { type: "string"; description: string; nullable: boolean; }; startDate: { type: "string"; description: string; format: string; nullable: boolean; }; endDate: { type: "string"; description: string; format: string; nullable: boolean; }; isPublished: { type: "boolean"; description: string; }; description: { type: "string"; description: string; nullable: boolean; }; imageUrl: { type: "string"; description: string; nullable: boolean; }; teamNames: { type: "array"; items: { type: "string"; }; description: string; nullable: boolean; }; teamIds: { type: "array"; items: { type: "string"; format: string; }; description: string; nullable: boolean; }; }; }; }; handler: (client: EasychampWithAIOptimize, args: Record | undefined) => Promise; }; export default _default; //# sourceMappingURL=create_champ_aioptimize_champs.d.ts.map