import { ChainGateContext } from '../ChainGateContext';
import { BnbInfo } from '../../CurrencyInfo';
import { EvmCurrencyUtils } from '../abstract/EvmCurrencyUtils';
export declare class BnbUtils extends EvmCurrencyUtils<typeof BnbInfo> {
    constructor(context: ChainGateContext);
}
