import { type Either } from '@inversifyjs/common'; import { type Resolved } from '../../resolution/models/Resolved.js'; export declare function cloneBindingCache(cache: Either>): Either>; //# sourceMappingURL=cloneBindingCache.d.ts.map