import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ICedarMetadataV1, ICedarMetadataV1Interface } from "../../../metadata/IContractMetadata.sol/ICedarMetadataV1"; export declare class ICedarMetadataV1__factory { static readonly abi: readonly [{ readonly anonymous: false; readonly inputs: readonly [{ readonly indexed: true; readonly internalType: "address"; readonly name: "updater"; readonly type: "address"; }, { readonly indexed: false; readonly internalType: "string"; readonly name: "uri"; readonly type: "string"; }]; readonly name: "ContractURIUpdated"; readonly type: "event"; }, { readonly inputs: readonly []; readonly name: "contractURI"; readonly outputs: readonly [{ readonly internalType: "string"; readonly name: ""; readonly type: "string"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly [{ readonly internalType: "string"; readonly name: "_uri"; readonly type: "string"; }]; readonly name: "setContractURI"; readonly outputs: readonly []; readonly stateMutability: "nonpayable"; readonly type: "function"; }]; static createInterface(): ICedarMetadataV1Interface; static connect(address: string, signerOrProvider: Signer | Provider): ICedarMetadataV1; }