import { PluginObject } from 'vue';
export * from './decorators';
export * from './types';
export { mapXhrGetters } from './mappers';
export { VuexXhrCreator } from './VuexXhrCreator';
export { VuexXhrGet } from './VuexXhrGet';
export { VuexXhrPut } from './VuexXhrPut';
export { VuexXhrPost } from './VuexXhrPost';
declare const _default: PluginObject<unknown>;
export default _default;
