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: { query: { type: "string"; 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: { query: { type: "string"; description: string; }; }; }; }; handler: (client: EasychampWithAIOptimize, args: Record | undefined) => Promise; }; export default _default; //# sourceMappingURL=chat_query_champs_get_aioptimize_chat.d.ts.map