import { ethers, utils } from 'ethers'; import { ContractVerificationInput } from './types'; export declare function formatFunctionArguments(fragment: utils.Fragment, args: any[]): any; export declare function getConstructorArguments(contract: ethers.Contract, bytecode: string): any; export declare function getContractVerificationInput(name: string, contract: ethers.Contract, bytecode: string, isProxy?: boolean): ContractVerificationInput; //# sourceMappingURL=utils.d.ts.map