// 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 { NegativeAMMMath$Type } from "./NegativeAMMMath"; declare module "hardhat/types/artifacts" { interface ArtifactsMap { ["NegativeAMMMath"]: NegativeAMMMath$Type; ["contracts/core/amm/NegativeAMMMath.sol:NegativeAMMMath"]: NegativeAMMMath$Type; } interface ContractTypesMap { ["NegativeAMMMath"]: GetContractReturnType; ["contracts/core/amm/NegativeAMMMath.sol:NegativeAMMMath"]: GetContractReturnType; } }