import { Action } from "./redux"; export declare type OneOrMany = T | T[]; export declare type MaybeAsync = T | PromiseLike; export declare type ActionOrPromise = MaybeAsync>;