import { JSONValue } from '../types'; export interface StakePoolDeregistrationParams { cliPath: string; poolName: string; epoch: number; } export declare function stakePoolDeregistrationCommand(input: StakePoolDeregistrationParams): Promise;