import { InjectionKey } from 'vue';
export declare const useStrictInject: <T>(injectionSymbol: InjectionKey<T>, errorMessage: string) => T;
