export declare function estimateGas(chainId: number): Promise<{ maxFeePerGas: any; maxPriorityFeePerGas: number; } | undefined>;