import type { BigNumber, providers } from 'ethers'; export interface L2GasParams { maxGas: BigNumber; gasPriceBid: BigNumber; maxSubmissionCost: BigNumber; } export declare const estimateRetryableTxGas: (l1Provider: providers.Provider, l2Provider: providers.Provider, gatewayAddress: string, l2Dest: string, depositCalldata: string, opts: L2GasParams) => Promise; //# sourceMappingURL=gas.d.ts.map