import type { MVMProvider, MVMProviderOptions } from './types.js'; export declare function MVM(options?: MVMProviderOptions): MVMProvider;