import type { TolgeePlugin } from '@tolgee/web'; import type { ReactOptions, TolgeeReactContext } from './types'; export declare const GlobalContextPlugin: (options?: Partial) => TolgeePlugin; export declare function getGlobalContext(): TolgeeReactContext | undefined;