import { Account } from '../interfaces'; export interface StakeAddressKeyGenParams { cliPath: string; account: string; } export declare function stakeAddressKeyGenCommand(options: StakeAddressKeyGenParams): Promise;