import { Observable } from 'rxjs'; export declare type StateFactory = (value?: T) => Observable;