import { ActionOptions, KraxResponse } from './types';
declare const _default: (initialState: any) => {
    Provider: any;
    connect: any;
    actions: any;
    getState: any;
    krax: <T>(options: ActionOptions<T>) => Promise<KraxResponse<T> & Promise<T>>;
    reset: (resetPath: any[]) => Promise<void>;
};
export default _default;
