export interface TranslationEngineOptions {
    cwd?: string;
    dict?: string;
}
