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