import type { OpenAPIDefinition } from '@redocly/api-docs'; import type { McpToolContext } from '../../../types.js'; export declare function loadApiDescription(args: { name?: string; apiName?: string; api?: string; version?: string; filePath?: string; }, context: McpToolContext): Promise; //# sourceMappingURL=load-api-description.d.ts.map