export declare enum CustomGasPriceFieldId { maxFee = "MAX_FEE", maxPriorityFee = "MAX_PRIORITY_FEE" } export declare const GasPriceErrorTypes: { MAX_PRIORITY_FEE: { invalidAverage: string; }; MAX_FEE: { lessPriorityFee: string; greaterBaseFee: string; }; };