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