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