import type { ToolAction } from '../tools/index.js'; export declare abstract class OpenAPIToolset { abstract readonly name: string; abstract readonly tools: Record>; authType: string; constructor(); protected get toolSchemas(): any; protected get toolDocumentations(): Record; protected get baseClient(): any; getApiClient(): Promise; protected _generateIntegrationTools(): T; } //# sourceMappingURL=openapi-toolset.d.ts.map