import { ApiDocsPreferences } from '../manager/OpenApiManager'; import { EndpointData, PathDefinition } from '../types'; export declare const generatePaths: (endpoints: EndpointData[], preferences: ApiDocsPreferences) => Record; //# sourceMappingURL=generatePaths.d.ts.map