import { TolgeeInstance } from '@tolgee/web'; export type TolgeeVueContext = { tolgee: TolgeeInstance; isInitialRender: boolean; };