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