import { Integration } from '@mastra/core'; import * as integrationClient from './client/services.gen'; import { ClaudeConfig } from './types'; export declare class ClaudeIntegration extends Integration { readonly name = "CLAUDE"; readonly logoUrl: any; config: ClaudeConfig; categories: string[]; description: string; constructor({ config }: { config: ClaudeConfig; }); getStaticTools(): Record<"createMessage" | "createMessageBatch" | "retrieveMessageBatch", import("@mastra/core").ToolAction>; } //# sourceMappingURL=index.d.ts.map