import { TranslateEngine } from "../../type";
export interface DeepLConfig {
    apiKey: string;
}
export declare function createDeepLTranslateEngine(config: DeepLConfig): TranslateEngine;
