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