import { InjectorDeps } from '../types/index.js';
export declare const injectMemo: <Value = any>(valueFactory: () => Value, deps?: InjectorDeps) => Value;
