export declare const suaveToliman: import("../../types/utils.js").Assign<{ id: number; name: string; network: string; nativeCurrency: { decimals: number; name: string; symbol: string; }; rpcUrls: { default: { http: string[]; webSocket: string[]; }; public: { http: string[]; webSocket: string[]; }; }; blockExplorers: { default: { name: string; url: string; }; }; contracts: { ANYALLOWED: { address: `0x${string}`; }; IS_CONFIDENTIAL_ADDR: { address: `0x${string}`; }; BUILD_ETH_BLOCK: { address: `0x${string}`; }; CONFIDENTIAL_INPUTS: { address: `0x${string}`; }; CONFIDENTIAL_RETRIEVE: { address: `0x${string}`; }; CONFIDENTIAL_STORE: { address: `0x${string}`; }; ETHCALL: { address: `0x${string}`; }; EXTRACT_HINT: { address: `0x${string}`; }; FETCH_BIDS: { address: `0x${string}`; }; FILL_MEV_SHARE_BUNDLE: { address: `0x${string}`; }; NEW_BID: { address: `0x${string}`; }; SIGN_ETH_TRANSACTION: { address: `0x${string}`; }; SIMULATE_BUNDLE: { address: `0x${string}`; }; SUBMIT_BUNDLE_JSON_RPC: { address: `0x${string}`; }; SUBMIT_ETH_BLOCK_BID_TO_RELAY: { address: `0x${string}`; }; }; testnet: boolean; }, import("../../types/chain.js").ChainConfig<{ readonly block: { exclude: ("nonce" | "difficulty" | "gasLimit" | "miner" | "mixHash" | "uncles")[] | undefined; format: (args: import("../../types/utils.js").Assign, { transactions: `0x${string}`[] | (import("../../index.js").RpcTransaction | import("../suave/types.js").RpcTransactionSuave<"0x0" | "0x43" | "0x42" | "0x50">)[]; }>) => { baseFeePerGas: bigint | null; difficulty: bigint; extraData: `0x${string}`; gasLimit: bigint; gasUsed: bigint; hash: `0x${string}` | null; logsBloom: `0x${string}` | null; miner: `0x${string}`; mixHash: `0x${string}`; nonce: `0x${string}` | null; number: bigint | null; parentHash: `0x${string}`; receiptsRoot: `0x${string}`; sealFields: `0x${string}`[]; sha3Uncles: `0x${string}`; size: bigint; stateRoot: `0x${string}`; timestamp: bigint; totalDifficulty: bigint | null; transactions: `0x${string}`[] | import("../suave/types.js").TransactionSuave[]; transactionsRoot: `0x${string}`; uncles: `0x${string}`[]; } & { nonce: never; difficulty: never; gasLimit: never; miner: never; mixHash: never; uncles: never; }; type: "block"; }; readonly transaction: { exclude: [] | undefined; format: (args: import("../../types/utils.js").Assign, import("../suave/types.js").RpcTransactionSuave<"0x0" | "0x43" | "0x42" | "0x50">>) => ({ blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; accessList?: undefined; chainId?: number | undefined; type: "legacy"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; accessList: import("../../index.js").AccessList; chainId: number; type: "eip2930"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; accessList: import("../../index.js").AccessList; chainId: number; type: "eip1559"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint | undefined; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; accessList?: import("../../index.js").AccessList | undefined; chainId: number; type: "0x0" | "0x43" | "0x42" | "0x50"; requestRecord: import("../suave/types.js").ConfidentialComputeRecord; confidentialComputeResult: `0x${string}`; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; accessList: undefined; chainId: number | undefined; type: "legacy"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; accessList: import("../../index.js").AccessList; chainId: number; type: "eip2930"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; accessList: import("../../index.js").AccessList; chainId: number; type: "eip1559"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint | undefined; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; accessList: import("../../index.js").AccessList | undefined; chainId: number; type: "0x0" | "0x43" | "0x42" | "0x50"; requestRecord: import("../suave/types.js").ConfidentialComputeRecord; confidentialComputeResult: `0x${string}`; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint; maxFeePerGas: undefined; maxPriorityFeePerGas: undefined; accessList: undefined; chainId: number | undefined; type: "legacy"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint; maxFeePerGas: undefined; maxPriorityFeePerGas: undefined; accessList: import("../../index.js").AccessList; chainId: number; type: "eip2930"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice?: undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; accessList: import("../../index.js").AccessList; chainId: number; type: "eip1559"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice?: bigint | undefined; maxFeePerGas: undefined; maxPriorityFeePerGas: undefined; accessList: import("../../index.js").AccessList | undefined; chainId: number; type: "0x0" | "0x43" | "0x42" | "0x50"; requestRecord: import("../suave/types.js").ConfidentialComputeRecord; confidentialComputeResult: `0x${string}`; }) & {}; type: "transaction"; }; readonly transactionReceipt: { exclude: [] | undefined; format: (args: import("../../types/utils.js").Assign, import("../../index.js").RpcTransactionReceipt>) => { blockHash: `0x${string}`; blockNumber: bigint; contractAddress: `0x${string}` | null; cumulativeGasUsed: bigint; effectiveGasPrice: bigint; from: `0x${string}`; gasUsed: bigint; logs: import("../../index.js").Log[]; logsBloom: `0x${string}`; status: "success" | "reverted"; to: `0x${string}` | null; transactionHash: `0x${string}`; transactionIndex: number; type: import("../../index.js").TransactionType; kettleAddress?: `0x${string}` | undefined; isEIP712?: boolean | undefined; confidentialComputeRequest: import("../suave/types.js").ConfidentialComputeRecord | null; confidentialComputeResult: `0x${string}` | null; } & {}; type: "transactionReceipt"; }; readonly transactionRequest: { exclude: [] | undefined; format: (args: import("../../types/utils.js").Assign, import("../suave/types.js").TransactionRequestSuave>) => ({ data?: `0x${string}` | undefined; from: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; accessList?: import("../../index.js").AccessList | undefined; type: "0x0" | "0x43"; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; chainId?: `0x${string}` | undefined; kettleAddress?: `0x${string}` | undefined; isEIP712?: boolean | undefined; confidentialInputs?: `0x${string}` | undefined; } | { data?: `0x${string}` | undefined; from: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; accessList?: import("../../index.js").AccessList | undefined; type: "0x0" | "0x43"; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; chainId?: `0x${string}` | undefined; kettleAddress?: `0x${string}` | undefined; isEIP712?: boolean | undefined; confidentialInputs?: `0x${string}` | undefined; } | { data?: `0x${string}` | undefined; from: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; accessList?: import("../../index.js").AccessList | undefined; type: "0x0" | "0x43"; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; chainId?: `0x${string}` | undefined; kettleAddress?: `0x${string}` | undefined; isEIP712?: boolean | undefined; confidentialInputs?: `0x${string}` | undefined; }) & {}; type: "transactionRequest"; }; }>>; export declare const suaveRigil: import("../../types/utils.js").Assign<{ id: number; name: string; network: string; nativeCurrency: { decimals: number; name: string; symbol: string; }; rpcUrls: { default: { http: string[]; webSocket: string[]; }; public: { http: string[]; webSocket: string[]; }; }; blockExplorers: { default: { name: string; url: string; }; }; contracts: { ANYALLOWED: { address: `0x${string}`; }; IS_CONFIDENTIAL_ADDR: { address: `0x${string}`; }; BUILD_ETH_BLOCK: { address: `0x${string}`; }; CONFIDENTIAL_INPUTS: { address: `0x${string}`; }; CONFIDENTIAL_RETRIEVE: { address: `0x${string}`; }; CONFIDENTIAL_STORE: { address: `0x${string}`; }; ETHCALL: { address: `0x${string}`; }; EXTRACT_HINT: { address: `0x${string}`; }; FETCH_BIDS: { address: `0x${string}`; }; FILL_MEV_SHARE_BUNDLE: { address: `0x${string}`; }; NEW_BID: { address: `0x${string}`; }; SIGN_ETH_TRANSACTION: { address: `0x${string}`; }; SIMULATE_BUNDLE: { address: `0x${string}`; }; SUBMIT_BUNDLE_JSON_RPC: { address: `0x${string}`; }; SUBMIT_ETH_BLOCK_BID_TO_RELAY: { address: `0x${string}`; }; }; testnet: boolean; }, import("../../types/chain.js").ChainConfig<{ readonly block: { exclude: ("nonce" | "difficulty" | "gasLimit" | "miner" | "mixHash" | "uncles")[] | undefined; format: (args: import("../../types/utils.js").Assign, { transactions: `0x${string}`[] | (import("../../index.js").RpcTransaction | import("../suave/types.js").RpcTransactionSuave<"0x0" | "0x43" | "0x42" | "0x50">)[]; }>) => { baseFeePerGas: bigint | null; difficulty: bigint; extraData: `0x${string}`; gasLimit: bigint; gasUsed: bigint; hash: `0x${string}` | null; logsBloom: `0x${string}` | null; miner: `0x${string}`; mixHash: `0x${string}`; nonce: `0x${string}` | null; number: bigint | null; parentHash: `0x${string}`; receiptsRoot: `0x${string}`; sealFields: `0x${string}`[]; sha3Uncles: `0x${string}`; size: bigint; stateRoot: `0x${string}`; timestamp: bigint; totalDifficulty: bigint | null; transactions: `0x${string}`[] | import("../suave/types.js").TransactionSuave[]; transactionsRoot: `0x${string}`; uncles: `0x${string}`[]; } & { nonce: never; difficulty: never; gasLimit: never; miner: never; mixHash: never; uncles: never; }; type: "block"; }; readonly transaction: { exclude: [] | undefined; format: (args: import("../../types/utils.js").Assign, import("../suave/types.js").RpcTransactionSuave<"0x0" | "0x43" | "0x42" | "0x50">>) => ({ blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; accessList?: undefined; chainId?: number | undefined; type: "legacy"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; accessList: import("../../index.js").AccessList; chainId: number; type: "eip2930"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; accessList: import("../../index.js").AccessList; chainId: number; type: "eip1559"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint | undefined; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; accessList?: import("../../index.js").AccessList | undefined; chainId: number; type: "0x0" | "0x43" | "0x42" | "0x50"; requestRecord: import("../suave/types.js").ConfidentialComputeRecord; confidentialComputeResult: `0x${string}`; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; accessList: undefined; chainId: number | undefined; type: "legacy"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; accessList: import("../../index.js").AccessList; chainId: number; type: "eip2930"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; accessList: import("../../index.js").AccessList; chainId: number; type: "eip1559"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint | undefined; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; accessList: import("../../index.js").AccessList | undefined; chainId: number; type: "0x0" | "0x43" | "0x42" | "0x50"; requestRecord: import("../suave/types.js").ConfidentialComputeRecord; confidentialComputeResult: `0x${string}`; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint; maxFeePerGas: undefined; maxPriorityFeePerGas: undefined; accessList: undefined; chainId: number | undefined; type: "legacy"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice: bigint; maxFeePerGas: undefined; maxPriorityFeePerGas: undefined; accessList: import("../../index.js").AccessList; chainId: number; type: "eip2930"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice?: undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; accessList: import("../../index.js").AccessList; chainId: number; type: "eip1559"; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; from: `0x${string}`; gas: bigint; hash: `0x${string}`; input: `0x${string}`; nonce: number; r: `0x${string}`; s: `0x${string}`; to: `0x${string}` | null; transactionIndex: number | null; typeHex: `0x${string}` | null; v: bigint; value: bigint; gasPrice?: bigint | undefined; maxFeePerGas: undefined; maxPriorityFeePerGas: undefined; accessList: import("../../index.js").AccessList | undefined; chainId: number; type: "0x0" | "0x43" | "0x42" | "0x50"; requestRecord: import("../suave/types.js").ConfidentialComputeRecord; confidentialComputeResult: `0x${string}`; }) & {}; type: "transaction"; }; readonly transactionReceipt: { exclude: [] | undefined; format: (args: import("../../types/utils.js").Assign, import("../../index.js").RpcTransactionReceipt>) => { blockHash: `0x${string}`; blockNumber: bigint; contractAddress: `0x${string}` | null; cumulativeGasUsed: bigint; effectiveGasPrice: bigint; from: `0x${string}`; gasUsed: bigint; logs: import("../../index.js").Log[]; logsBloom: `0x${string}`; status: "success" | "reverted"; to: `0x${string}` | null; transactionHash: `0x${string}`; transactionIndex: number; type: import("../../index.js").TransactionType; kettleAddress?: `0x${string}` | undefined; isEIP712?: boolean | undefined; confidentialComputeRequest: import("../suave/types.js").ConfidentialComputeRecord | null; confidentialComputeResult: `0x${string}` | null; } & {}; type: "transactionReceipt"; }; readonly transactionRequest: { exclude: [] | undefined; format: (args: import("../../types/utils.js").Assign, import("../suave/types.js").TransactionRequestSuave>) => ({ data?: `0x${string}` | undefined; from: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; accessList?: import("../../index.js").AccessList | undefined; type: "0x0" | "0x43"; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; chainId?: `0x${string}` | undefined; kettleAddress?: `0x${string}` | undefined; isEIP712?: boolean | undefined; confidentialInputs?: `0x${string}` | undefined; } | { data?: `0x${string}` | undefined; from: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; accessList?: import("../../index.js").AccessList | undefined; type: "0x0" | "0x43"; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; chainId?: `0x${string}` | undefined; kettleAddress?: `0x${string}` | undefined; isEIP712?: boolean | undefined; confidentialInputs?: `0x${string}` | undefined; } | { data?: `0x${string}` | undefined; from: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; accessList?: import("../../index.js").AccessList | undefined; type: "0x0" | "0x43"; maxFeePerGas?: undefined; maxPriorityFeePerGas?: undefined; chainId?: `0x${string}` | undefined; kettleAddress?: `0x${string}` | undefined; isEIP712?: boolean | undefined; confidentialInputs?: `0x${string}` | undefined; }) & {}; type: "transactionRequest"; }; }>>; //# sourceMappingURL=suave.d.ts.map