/** * OpenAPI schemas & route metadata for GET /api/introspection/* */ import type { RouteMeta } from "./route-meta.js"; export declare const INTROSPECTION_OPENAPI_SCHEMAS: Record>; export declare function introspectionRouteMeta(kind: "commands" | "endpoints" | "bindings" | "tools" | "mcp"): RouteMeta; //# sourceMappingURL=introspection-openapi.d.ts.map