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