import type { TolgeePlugin } from '@tolgee/core'; import type { InContextOptions } from '../lib/types'; export declare const ContextUi: () => TolgeePlugin; export declare const InContextTools: ( options?: InContextOptions ) => TolgeePlugin;