interface TranslateOptions { query: string; source?: string; target: string; format?: string; apiurl?: string; apiKey?: string; } export declare const translate: ({ query, source, target, format, apiurl, apiKey }: TranslateOptions) => Promise; export {}; //# sourceMappingURL=translate.d.ts.map