import { type ContractRunner } from "ethers"; import type { IMetadataProvider, IMetadataProviderInterface } from "../../abstract/IMetadataProvider"; export declare class IMetadataProvider__factory { static readonly abi: readonly [{ readonly anonymous: false; readonly inputs: readonly [{ readonly indexed: true; readonly internalType: "address"; readonly name: "attributeProvider"; readonly type: "address"; }]; readonly name: "AttributeProviderUpdated"; readonly type: "event"; }, { readonly anonymous: false; readonly inputs: readonly [{ readonly indexed: true; readonly internalType: "uint256"; readonly name: "organizationId"; readonly type: "uint256"; }]; readonly name: "CustomMetadataUpdated"; readonly type: "event"; }, { readonly anonymous: false; readonly inputs: readonly []; readonly name: "DefaultMetadataUpdated"; readonly type: "event"; }, { readonly inputs: readonly [{ readonly internalType: "uint256"; readonly name: "organizationId"; readonly type: "uint256"; }]; readonly name: "getCustomMetadata"; readonly outputs: readonly [{ readonly components: readonly [{ readonly internalType: "string"; readonly name: "name"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "description"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "externalUrl"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "image"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "backgroundColor"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "animationUrl"; readonly type: "string"; }]; readonly internalType: "struct MetadataUtils.Metadata"; readonly name: ""; readonly type: "tuple"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "getDefaultMetadata"; readonly outputs: readonly [{ readonly components: readonly [{ readonly internalType: "string"; readonly name: "name"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "description"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "externalUrl"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "image"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "backgroundColor"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "animationUrl"; readonly type: "string"; }]; readonly internalType: "struct MetadataUtils.Metadata"; readonly name: ""; readonly type: "tuple"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly [{ readonly internalType: "address"; readonly name: "attributeProvider"; readonly type: "address"; }]; readonly name: "setAttributeProvider"; readonly outputs: readonly []; readonly stateMutability: "nonpayable"; readonly type: "function"; }, { readonly inputs: readonly [{ readonly internalType: "uint256"; readonly name: "organizationId"; readonly type: "uint256"; }, { readonly components: readonly [{ readonly internalType: "string"; readonly name: "name"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "description"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "externalUrl"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "image"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "backgroundColor"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "animationUrl"; readonly type: "string"; }]; readonly internalType: "struct MetadataUtils.Metadata"; readonly name: "metadata"; readonly type: "tuple"; }]; readonly name: "setCustomMetadata"; readonly outputs: readonly []; readonly stateMutability: "nonpayable"; readonly type: "function"; }, { readonly inputs: readonly [{ readonly internalType: "uint256"; readonly name: "organizationId"; readonly type: "uint256"; }, { readonly internalType: "enum MetadataUtils.Fields"; readonly name: "field"; readonly type: "uint8"; }, { readonly internalType: "string"; readonly name: "value"; readonly type: "string"; }]; readonly name: "setCustomMetadataField"; readonly outputs: readonly []; readonly stateMutability: "nonpayable"; readonly type: "function"; }, { readonly inputs: readonly [{ readonly components: readonly [{ readonly internalType: "string"; readonly name: "name"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "description"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "externalUrl"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "image"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "backgroundColor"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "animationUrl"; readonly type: "string"; }]; readonly internalType: "struct MetadataUtils.Metadata"; readonly name: "metadata"; readonly type: "tuple"; }]; readonly name: "setDefaultMetadata"; readonly outputs: readonly []; readonly stateMutability: "nonpayable"; readonly type: "function"; }, { readonly inputs: readonly [{ readonly internalType: "enum MetadataUtils.Fields"; readonly name: "field"; readonly type: "uint8"; }, { readonly internalType: "string"; readonly name: "value"; readonly type: "string"; }]; readonly name: "setDefaultMetadataField"; readonly outputs: readonly []; readonly stateMutability: "nonpayable"; readonly type: "function"; }]; static createInterface(): IMetadataProviderInterface; static connect(address: string, runner?: ContractRunner | null): IMetadataProvider; }