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