import { ethers } from 'ethers'; export declare const EMPTY_BYTES = "0x"; type RaiseFlagsInput = { addresses: string[]; }; export type UserInput = RaiseFlagsInput; type ContractInput = [addresses: 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; export declare const ZkSyncRaiseFlags: (deps: import("@chainlink/evm-gauntlet").Dependencies, ethers.TransactionRequest, ethers.TransactionResponse, import("zksync-ethers").Wallet, import("@chainlink/evm-gauntlet").BasicEnv>) => import("@chainlink/evm-gauntlet").CommandCtor, ethers.TransactionRequest, ethers.TransactionResponse, import("zksync-ethers").Wallet, import("@chainlink/evm-gauntlet").ExecutionContext, ethers.TransactionRequest, ethers.TransactionResponse>>>; //# sourceMappingURL=raiseFlags.d.ts.map