import { BaseCommand } from '../index.js'; import { JsonObj } from '../result.js'; export default class GenerateNewHexKey extends BaseCommand { static description: string; static examples: string[]; run(): Promise; }