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