import { ActionCreator, ActionType } from "./action"; import { Action } from "./types"; export declare function isType(action: Action, ...creators: T): action is ActionType;