import { ConfigExtender } from "hardhat/types"; import { EtherscanConfig } from "./types"; export declare const verifyAllowedChains: (etherscanConfig: EtherscanConfig) => void; export declare const etherscanConfigExtender: ConfigExtender; //# sourceMappingURL=config.d.ts.map