import type { TolgeePlugin } from '@tolgee/web'; import type { TolgeeVueContext } from './types'; export declare const GlobalContextPlugin: () => TolgeePlugin; export declare function getGlobalContext(): TolgeeVueContext;