type TransferOwnershipInput = { to: string; }; export type UserInput = TransferOwnershipInput; type ContractInput = [to: string]; declare const _default: (deps: import("@chainlink/evm-gauntlet").Dependencies, import("ethers").TransactionRequest, import("ethers").TransactionResponse, import("ethers").AbstractSigner, import("@chainlink/evm-gauntlet").BasicEnv>) => import("@chainlink/evm-gauntlet").CommandCtor, import("ethers").TransactionRequest, import("ethers").TransactionResponse, import("ethers").AbstractSigner, import("@chainlink/evm-gauntlet").ExecutionContext, import("ethers").Provider, import("ethers").ContractFactory, import("ethers").TransactionRequest, import("ethers").TransactionResponse>>>; export default _default; export declare const ZkSyncTransferOwnership: (deps: import("@chainlink/evm-gauntlet").Dependencies, import("ethers").TransactionRequest, import("ethers").TransactionResponse, import("zksync-ethers").Wallet, import("@chainlink/evm-gauntlet").BasicEnv>) => import("@chainlink/evm-gauntlet").CommandCtor, import("ethers").TransactionRequest, import("ethers").TransactionResponse, import("zksync-ethers").Wallet, import("@chainlink/evm-gauntlet").ExecutionContext, import("ethers").TransactionRequest, import("ethers").TransactionResponse>>>; //# sourceMappingURL=transferOwnership.d.ts.map