import { ActionCreatorsBag } from '../types/asyncCreator';
interface GetActionCreatorsBag {
    <T extends string, S extends string>(type: T, steps: S[]): ActionCreatorsBag<T, S>;
}
export declare const getActionCreatorsBag: GetActionCreatorsBag;
export {};
