import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IACLExceptions, IACLExceptionsInterface } from "../../IACL.sol/IACLExceptions"; export declare class IACLExceptions__factory { static readonly abi: readonly [{ readonly inputs: readonly [{ readonly internalType: "address"; readonly name: "addr"; readonly type: "address"; }]; readonly name: "AddressNotPausableAdminException"; readonly type: "error"; }, { readonly inputs: readonly [{ readonly internalType: "address"; readonly name: "addr"; readonly type: "address"; }]; readonly name: "AddressNotUnpausableAdminException"; readonly type: "error"; }]; static createInterface(): IACLExceptionsInterface; static connect(address: string, signerOrProvider: Signer | Provider): IACLExceptions; }