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: { id: { type: "string"; format: string; description: string; }; minute: { minLength: number; type: "string"; description: string; }; stoppageTimeMinute: { type: "string"; description: string; nullable: boolean; }; isHomeEvent: { type: "boolean"; description: string; }; eventType: { minLength: number; type: "string"; description: string; }; note: { type: "string"; description: string; nullable: boolean; }; champTeamId: { type: "string"; description: string; format: string; }; champTeamPlayerId: { type: "string"; description: string; format: string; }; champTeamPlayerAssistantId: { type: "string"; description: string; format: string; nullable: boolean; }; bodyPart: { type: "integer"; description: string; format: string; }; goalType: { type: "integer"; description: string; format: string; }; points: { type: "integer"; description: string; format: string; }; }; 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: { id: { type: "string"; format: string; description: string; }; minute: { minLength: number; type: "string"; description: string; }; stoppageTimeMinute: { type: "string"; description: string; nullable: boolean; }; isHomeEvent: { type: "boolean"; description: string; }; eventType: { minLength: number; type: "string"; description: string; }; note: { type: "string"; description: string; nullable: boolean; }; champTeamId: { type: "string"; description: string; format: string; }; champTeamPlayerId: { type: "string"; description: string; format: string; }; champTeamPlayerAssistantId: { type: "string"; description: string; format: string; nullable: boolean; }; bodyPart: { type: "integer"; description: string; format: string; }; goalType: { type: "integer"; description: string; format: string; }; points: { type: "integer"; description: string; format: string; }; }; required: string[]; }; }; handler: (client: EasychampWithAIOptimize, args: Record | undefined) => Promise; }; export default _default; //# sourceMappingURL=post_aioptimize_fixture_by_id_event_aioptimize_fixture.d.ts.map