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