import type { ViemIgnitionHelper } from "./types.js";
export type * from "@nomicfoundation/hardhat-ignition";
export type * from "@nomicfoundation/hardhat-viem";
declare module "hardhat/types/network" {
    interface NetworkConnection<ChainTypeT extends ChainType | string = DefaultChainType> {
        ignition: ViemIgnitionHelper;
    }
}
//# sourceMappingURL=type-extensions.d.ts.map