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