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