import { Account } from '../interfaces'; export interface NodeKeyGenParams { cliPath: string; poolName: string; counter: string; } export declare function nodeKeyGenCommand(options: NodeKeyGenParams): Promise;