import type { ApiIndex, ApiSpecDetail, Metadata } from '../types/api-spec.types'; export declare function readMetadata(): Promise; export declare function getAvailableCategories(): Promise; export declare function readApiIndex(category?: string): Promise; export declare function readApiSpec(operationId: string, category?: string): Promise; //# sourceMappingURL=api-spec-reader.d.ts.map