// This file was autogenerated by hardhat-viem, do not edit it. // prettier-ignore // tslint:disable // eslint-disable import type { Address } from "viem"; import type { GetContractReturnType } from "@nomicfoundation/hardhat-viem/types"; import "@nomicfoundation/hardhat-viem/types"; export interface BitMath$Type { "_format": "hh-sol-artifact-1", "contractName": "BitMath", "sourceName": "contracts/lib/math/BitMath.sol", "abi": [], "bytecode": "0x60556032600b8282823980515f1a607314602657634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f5ffdfea2646970667358221220b494fa29e4856af2956a8e431f5b2102ec932d41145ba43529bae28e44dad83364736f6c634300081c0033", "deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f5ffdfea2646970667358221220b494fa29e4856af2956a8e431f5b2102ec932d41145ba43529bae28e44dad83364736f6c634300081c0033", "linkReferences": {}, "deployedLinkReferences": {} } declare module "@nomicfoundation/hardhat-viem/types" { export function deployContract( contractName: "BitMath", constructorArgs?: [], config?: DeployContractConfig ): Promise>; export function deployContract( contractName: "contracts/lib/math/BitMath.sol:BitMath", constructorArgs?: [], config?: DeployContractConfig ): Promise>; export function sendDeploymentTransaction( contractName: "BitMath", constructorArgs?: [], config?: SendDeploymentTransactionConfig ): Promise<{ contract: GetContractReturnType; deploymentTransaction: GetTransactionReturnType; }>; export function sendDeploymentTransaction( contractName: "contracts/lib/math/BitMath.sol:BitMath", constructorArgs?: [], config?: SendDeploymentTransactionConfig ): Promise<{ contract: GetContractReturnType; deploymentTransaction: GetTransactionReturnType; }>; export function getContractAt( contractName: "BitMath", address: Address, config?: GetContractAtConfig ): Promise>; export function getContractAt( contractName: "contracts/lib/math/BitMath.sol:BitMath", address: Address, config?: GetContractAtConfig ): Promise>; }