import "hardhat/types/config"; import "hardhat/types/runtime"; import { ExposedUserConfig, ExposedConfig } from './config'; declare module "hardhat/types/config" { interface HardhatUserConfig { exposed?: ExposedUserConfig; } interface HardhatConfig { exposed: ExposedConfig; } } //# sourceMappingURL=type-extensions.d.ts.map