import { Options } from './index'; declare function handletranslate(data: string[], extra: Options): Promise; export default handletranslate;