import Command from '../Command'; export default class LangTranslateCommand extends Command { signature: string; description: string; handle(_options: Record, target: string): Promise; } //# sourceMappingURL=LangTranslateCommand.d.ts.map