import { IVxsOptions, VxsExtendedState } from './types';
declare const _default: <D, P, S, RS>(options: IVxsOptions<D, P, S, RS>) => VxsExtendedState<D, S>;
export default _default;
