import type { InjectionKey } from 'vue';
export declare function createInjectionKey<T>(key: string): InjectionKey<T>;
