import { JSONValue } from '../types'; export interface StakeAddressRegistrationParams { cliPath: string; account: string; } export declare function stakeAddressRegistrationCommand(options: StakeAddressRegistrationParams): Promise;