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