import type { Abi, AbiFunction } from "abitype"; import type { ThirdwebContract } from "./contract.js"; export type AbiOfLength = { length: TLength }; export type AsyncGetAbiFunctionFromContract = ( contract: ThirdwebContract, ) => Promise;