import { Observable } from 'rxjs'; import { AnyAction } from 'redux'; export declare function ofType(...type: string[]): (input: Observable) => Observable;