declare const _default: {
    rpc: {};
    types: {
        NomineeId: string;
        HomaUnlockChunk: {
            value: string;
            era: string;
        };
        BondingLedger: {
            total: string;
            active: string;
            unlocking: string;
        };
    };
    typesAlias: {
        nomineesElection: {
            UnlockChunk: string;
        };
    };
};
export default _default;
