export declare class ContractOverrides { maxFeePerGas: bigint | null; gasPrice: bigint | null; gasLimit: bigint | null; value: bigint | null; nonce: number | null; constructor(maxFeePerGas?: bigint | null, gasPrice?: bigint | null, gasLimit?: bigint | null, value?: bigint | null, nonce?: number | null); } //# sourceMappingURL=ContractOverrides.d.ts.map