import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IGlobalConfigV2, IGlobalConfigV2Interface } from "../../../config/IGlobalConfig.sol/IGlobalConfigV2"; export declare class IGlobalConfigV2__factory { static readonly abi: readonly [{ readonly anonymous: false; readonly inputs: readonly [{ readonly indexed: true; readonly internalType: "bytes32"; readonly name: "namespace"; readonly type: "bytes32"; }, { readonly indexed: true; readonly internalType: "bytes32"; readonly name: "tierId"; readonly type: "bytes32"; }]; readonly name: "DefaultTierUpdated"; readonly type: "event"; }, { readonly inputs: readonly [{ readonly internalType: "bytes32"; readonly name: "_namespace"; readonly type: "bytes32"; }, { readonly internalType: "bytes32"; readonly name: "_tierId"; readonly type: "bytes32"; }]; readonly name: "setDefaultTier"; readonly outputs: readonly []; readonly stateMutability: "nonpayable"; readonly type: "function"; }]; static createInterface(): IGlobalConfigV2Interface; static connect(address: string, signerOrProvider: Signer | Provider): IGlobalConfigV2; }