import type { InjectionKey } from "vue";
import type Vuert from "./vuert.js";
export declare const InjectionKeys: {
    $vuert: InjectionKey<Vuert>;
};
