import { Command } from '@oclif/core'; export default class HelperDeriveEnode extends Command { static description: string; static examples: string[]; static args: { nodekey: import("@oclif/core/interfaces").Arg>; }; private nodeKeyToEnodeId; run(): Promise; }