UNPKG

@awesome-fe/translate

Version:
12 lines (11 loc) 448 B
import { CommandBuilder } from 'yargs'; import { TranslationEngineType } from '../../common'; 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 {};