export declare enum SubstratePayee {
    STAKED = 0,
    STASH = 1,
    CONTROLLER = 2
}
