import 'hardhat/types/runtime';
declare module 'hardhat/types/runtime' {
    interface HardhatRuntimeEnvironment {
        configs: any;
    }
}
//# sourceMappingURL=type-extensions.d.ts.map