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