import { CommandBuilder } from 'yargs';
import { TranslationEngineType } from '../../translation-engine/translation-engine-type';
export declare const command = "export <dictFile>";
export declare const describe = "\u5BFC\u51FA AutoML \u8BAD\u7EC3\u96C6";
export declare const builder: CommandBuilder;
interface ExportsParams {
    dictFile: string;
    engine: TranslationEngineType;
}
export declare const handler: ({ dictFile, engine }: ExportsParams) => Promise<void>;
export {};
