import { Context, Actions, Action } from '.';
export declare const action: <S>(ctx: Context<S>, actions: Actions<any>) => ([arg1, arg2]: any) => Promise<any>;
export declare const SetAction: Action<any>;
export declare const AddComp: (compFn: any) => Action<any>;
export declare const _removeAction: Action<any>;
