export declare type WithGasPrice = { gasPrice: string; }; export declare type WithMaxFee = { maxFeePerGas: string; maxPriorityFeePerGas: string; }; //# sourceMappingURL=gas.d.ts.map