import { ethers } from 'ethers'; import { Metadata, Signature } from '../../types'; export type UserInput = { root: string; validUntil: number; metadata: Metadata; metadataProof: string[]; signatures: Signature[]; }; export type ContractInput = [ string, number, [ number, string, number, number, boolean ], string[], [ number, string, string ][] ]; declare const _default: (deps: import("@chainlink/evm-gauntlet").Dependencies, ethers.TransactionRequest, ethers.TransactionResponse, ethers.AbstractSigner, import("@chainlink/evm-gauntlet").BasicEnv>) => import("@chainlink/evm-gauntlet").CommandCtor, ethers.TransactionRequest, ethers.TransactionResponse, ethers.AbstractSigner, import("@chainlink/evm-gauntlet").ExecutionContext, ethers.Provider, ethers.ContractFactory, ethers.TransactionRequest, ethers.TransactionResponse>>>; export default _default; //# sourceMappingURL=setRoot.d.ts.map