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