import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IPublicMetadataV0, IPublicMetadataV0Interface } from "../../../metadata/IContractMetadata.sol/IPublicMetadataV0"; export declare class IPublicMetadataV0__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "contractURI"; readonly outputs: readonly [{ readonly internalType: "string"; readonly name: ""; readonly type: "string"; }]; readonly stateMutability: "view"; readonly type: "function"; }]; static createInterface(): IPublicMetadataV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): IPublicMetadataV0; }