import { GasPriceAdaptor } from '../types';
export declare const getGasPriceByAdaptorAsync: (adaptor: GasPriceAdaptor) => Promise<number>;
