import { TranslateEngine, TranslateOptions } from "./type";
export declare function translate(engine: TranslateEngine, options: TranslateOptions): Promise<void>;
