import type { Plugin } from "vue";
import Vuert from "./vuert.js";
import type { VuertOptions } from "./vuert.js";
export type PluginOptions = Partial<VuertOptions>;
export declare const createVuert: (options?: PluginOptions) => Plugin;
export declare const useVuert: () => Vuert;
