import { ISettableObservable } from '../base'; import { IDebugNameData } from '../debugName'; import { EqualityComparer } from '../commonFacade/deps'; import { DebugLocation } from '../debugLocation'; export declare function observableValueOpts(options: IDebugNameData & { equalsFn?: EqualityComparer; lazy?: boolean; }, initialValue: T, debugLocation?: DebugLocation): ISettableObservable; //# sourceMappingURL=observableValueOpts.d.ts.map