export { Chain } from './types/index.js';
import { H as HarstaUserConfig } from './config-DgxzTnuT.js';
export { C as Currency, D as Deploy, d as DeploymentArgs, E as Explorer, a as HarstaPathsConfig, b as HarstaProxyConfig, c as HarstaRuntimeEnvironment, M as Metadata, N as NetworkUserConfig, U as UserDeploymentConfig, V as Verify } from './config-DgxzTnuT.js';
import 'viem';
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';

declare function defineConfig(config: HarstaUserConfig): HarstaUserConfig;

export { HarstaUserConfig, defineConfig };
