import { InContextOptions } from './types'; import { JioTranslatePlugin } from '@jiotranslate/core-beta'; export declare const InContextTools: (props?: InContextOptions) => JioTranslatePlugin;