import type { HardhatViemHelpers } from "@nomicfoundation/hardhat-viem/types"; import type { ChainType } from "hardhat/types/network"; import { HardhatViemAssertionsImpl } from "./viem-assertions.js"; export declare function initializeViemAssertions(viem: HardhatViemHelpers): Promise>; //# sourceMappingURL=viem-assertions-initialization.d.ts.map