import { SubstrateNetwork } from '../../../SubstrateNetwork'; import { SCALECompactInt } from '../scale/type/SCALECompactInt'; export declare class SubstrateValidatorPrefs { readonly commission: SCALECompactInt; static decode(network: Network, runtimeVersion: number | undefined, raw: string): SubstrateValidatorPrefs; private constructor(); }