import type { OpenAPIV3_1 } from '@scalar/openapi-types'; export declare const SUMMARIZE_OPENAPI_SPECS_TOOL_NAME: "summarize-openapi-specs"; export type GetOpenAPISpecsSummaryToolOutput = { paths: string[]; components?: { securitySchemes: Record; }; info?: OpenAPIV3_1.InfoObject; externalDocs: any; servers?: OpenAPIV3_1.ServerObject[]; }[]; //# sourceMappingURL=get-openapi-specs-summary.d.ts.map