import { EtherscanConfig } from "./types"; export declare const resolveEtherscanApiKey: (apiKey: EtherscanConfig["apiKey"], network: string) => string; //# sourceMappingURL=resolveEtherscanApiKey.d.ts.map