import { GetGasOverheadInput } from '../types'; export declare const getGasOverhead: (input: GetGasOverheadInput) => Promise;