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