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