/** * * @returns the gas price * @internal */ export declare function getGasPriceForChain(chainId: number, speed: string, maxGasPrice: number): Promise;