type ArrayInput = { proposers: string[]; executors: string[]; cancellers: string[]; bypassers: string[]; }; export type UserInput = { minDelay: number; admin: string; } & ArrayInput; type ContractInput = [ minDelay: number, admin: string, proposers: string[], executors: string[], cancellers: string[], bypassers: string[] ]; export declare const validateAddresses: (input: UserInput, context: any) => Promise; 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; //# sourceMappingURL=deploy.d.ts.map