import type { ExtractedTool } from "../formats.js"; export declare function openApiMountPath(specPath: string): Promise; export declare function extractOpenApi(specPath: string): Promise;