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