declare const _default: {
    outputPath?: string | undefined;
    etherscanKey?: string | undefined;
    etherscanURLs?: import("@dethcrypto/eth-sdk").EtherscanURLs | undefined;
    rpc?: import("@dethcrypto/eth-sdk").RpcURLs | undefined;
    noFollowProxies?: boolean | undefined;
    abiSource?: "etherscan" | "sourcify" | undefined;
    networkIds?: import("@dethcrypto/eth-sdk/dist/config").NetworkIds | undefined;
    contracts: import("@dethcrypto/eth-sdk").EthSdkContracts;
};
export default _default;
