import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { INTT, INTTInterface } from "./INTT"; export declare class INTT__factory { static readonly erc165InterfaceId = "0x63271d0b"; static readonly erc1820InterfaceId = "0x3d34b2f58918a181e02c88534353d189478e30b50ea0cd66eca933a84f8840f4"; static readonly abi: { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: never[]; stateMutability: string; type: string; }[]; static createInterface(): INTTInterface; static connect(address: string, signerOrProvider: Signer | Provider): INTT; } //# sourceMappingURL=INTT__factory.d.ts.map