export declare type GetBNBTotalSupplyResponse = string; export declare type GetValidatorsResponse = Array; export declare type GetValidatorsResponseItem = { validatorAddress: string; validatorName: string; validatorStatus: string; validatorVotingPower: string; validatorVotingPowerProportion: string; }; export declare type GetBNBLastPriceResponse = { ethbtc: string; ethbtc_timestamp: string; ethusd: string; ethusd_timestamp: string; };