import type { JioTranslatePlugin } from '@jiotranslate/core-beta'; import { BackendOptions } from './types'; export declare const BackendFetch: (options?: Partial) => JioTranslatePlugin;