import { type Oas3PathItem, type Referenced } from '@redocly/openapi-core'; export declare function iteratePathItems(pathItems: Record> | undefined, openapiDir: string, outDir: string, componentsFiles: object, pathSeparator: string, codeSamplesPathPrefix: string | undefined, ext: string): void; //# sourceMappingURL=iterate-path-items.d.ts.map