import type { JioTranslatePlugin } from '@jiotranslate/core-beta'; import type { InContextOptions } from '../lib/types'; export declare const DevTools: ( options?: InContextOptions ) => JioTranslatePlugin; export * from '../lib/typedIndex';