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