export interface AddressKeyGenParams { cliPath: string; account: string; } export declare function buildAddressKeyHashCommand(options: AddressKeyGenParams): Promise;