// This file was autogenerated by hardhat-viem, do not edit it. // prettier-ignore // tslint:disable // eslint-disable import "hardhat/types/artifacts"; import type { GetContractReturnType } from "@nomicfoundation/hardhat-viem/types"; import { AMMFactory$Type } from "./AMMFactory"; declare module "hardhat/types/artifacts" { interface ArtifactsMap { ["AMMFactory"]: AMMFactory$Type; ["contracts/factory/AMMFactory.sol:AMMFactory"]: AMMFactory$Type; } interface ContractTypesMap { ["AMMFactory"]: GetContractReturnType; ["contracts/factory/AMMFactory.sol:AMMFactory"]: GetContractReturnType; } }