import type { ChainEstimateFeesPerGasFn } from '../types/chain.js'; export declare const chainConfig: { readonly fees: { readonly estimateFeesPerGas: typeof estimateFeesPerGas; readonly maxPriorityFeePerGas: ({ block, client, request }: import("../types/chain.js").ChainFeesFnParameters) => Promise; }; }; declare function estimateFeesPerGas({ client, multiply, request, type, }: Parameters[0]): ReturnType; export {}; //# sourceMappingURL=chainConfig.d.ts.map