import type { TolgeePlugin } from '@tolgee/core'; export declare const API_KEY_LOCAL_STORAGE = "__tolgee_apiKey"; export declare const API_URL_LOCAL_STORAGE = "__tolgee_apiUrl"; export type BrowserExtensionProps = { noReload?: boolean; }; declare let BrowserExtensionPlugin: () => TolgeePlugin; export { BrowserExtensionPlugin };