import { MonoTypeOperatorFunction } from 'rxjs'; import { Store } from './store'; export declare function setLoadingAndError(store: Store): MonoTypeOperatorFunction;