export interface StakeAddressKeyHashParams { cliPath: string; account: string; } export declare function stakeAddressKeyHashCommand(options: StakeAddressKeyHashParams): Promise;