import { Observable } from "rxjs"; import { Action, ActionCreator, ActionType } from "ts-action"; export declare function ofType(...creators: C): (source: Observable) => Observable>;