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