import { Chain as Chain$1 } from 'viem';
export { C as Currency, D as Deploy, d as DeploymentArgs, E as Explorer, a as HarstaPathsConfig, b as HarstaProxyConfig, c as HarstaRuntimeEnvironment, H as HarstaUserConfig, M as Metadata, N as NetworkUserConfig, U as UserDeploymentConfig, V as Verify } from '../config-KLy5M8Xg.mjs';
import 'hardhat/config';
import 'hardhat/types';
import 'hardhat/internal/core/runtime-environment';
import 'hardhat-deploy/dist/src/DeploymentsManager';
import 'ethers';
import 'hardhat-deploy/dist/types';

interface Chain extends Chain$1 {
    addresses: Record<string, string>;
    iconUrl?: string | (() => Promise<string>) | null;
    iconBackground?: string;
}

export type { Chain };
