import { type OpenApi3Dot2Object, type OpenApi3Dot2PathItemObject } from '@inversifyjs/open-api-types/v3Dot2'; export declare function mergeOpenApiPathItemObjectIntoOpenApiPaths(target: OpenApi3Dot2Object, path: string, openApiPathItemObject: OpenApi3Dot2PathItemObject): OpenApi3Dot2Object; //# sourceMappingURL=mergeOpenApiPathItemObjectIntoOpenApiPaths.d.ts.map