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