/**
 * A helper function to get the gas for a transaction
 * @param chainName - The name of the chain
 * @param gasData - The gas data, if provided, it will be used instead of the gas recommendation
 * @returns The gas data
 */
import { GasData } from '../@types/gasData';
export declare const getGasForTransaction: (chainName: string, gasData?: GasData) => Promise<GasData>;
//# sourceMappingURL=getGasForTransaction.util.d.ts.map