import { type BindingScope } from '../../binding/models/BindingScope.js'; import { type BindingType } from '../../binding/models/BindingType.js'; import { type ScopedBinding } from '../../binding/models/ScopedBinding.js'; import { type Resolved } from '../models/Resolved.js'; export declare function cacheResolvedValue>(binding: TBinding, resolvedValue: Resolved): Resolved; //# sourceMappingURL=cacheResolvedValue.d.ts.map