import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ICedarDeployerIntrospectionV0, ICedarDeployerIntrospectionV0Interface } from "../../../deploy/ICedarDeployer.sol/ICedarDeployerIntrospectionV0"; export declare class ICedarDeployerIntrospectionV0__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "cedarERC1155DropFeatures"; readonly outputs: readonly [{ readonly internalType: "string[]"; readonly name: "features"; readonly type: "string[]"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "cedarERC1155DropVersion"; readonly outputs: readonly [{ readonly internalType: "uint256"; readonly name: "major"; readonly type: "uint256"; }, { readonly internalType: "uint256"; readonly name: "minor"; readonly type: "uint256"; }, { readonly internalType: "uint256"; readonly name: "patch"; readonly type: "uint256"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "cedarERC721DropFeatures"; readonly outputs: readonly [{ readonly internalType: "string[]"; readonly name: "features"; readonly type: "string[]"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "cedarERC721DropVersion"; readonly outputs: readonly [{ readonly internalType: "uint256"; readonly name: "major"; readonly type: "uint256"; }, { readonly internalType: "uint256"; readonly name: "minor"; readonly type: "uint256"; }, { readonly internalType: "uint256"; readonly name: "patch"; readonly type: "uint256"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "cedarERC721PremintFeatures"; readonly outputs: readonly [{ readonly internalType: "string[]"; readonly name: "features"; readonly type: "string[]"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "cedarERC721PremintVersion"; readonly outputs: readonly [{ readonly internalType: "uint256"; readonly name: "major"; readonly type: "uint256"; }, { readonly internalType: "uint256"; readonly name: "minor"; readonly type: "uint256"; }, { readonly internalType: "uint256"; readonly name: "patch"; readonly type: "uint256"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "implementationVersion"; readonly outputs: readonly [{ readonly internalType: "uint256"; readonly name: "major"; readonly type: "uint256"; }, { readonly internalType: "uint256"; readonly name: "minor"; readonly type: "uint256"; }, { readonly internalType: "uint256"; readonly name: "patch"; readonly type: "uint256"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "minorVersion"; readonly outputs: readonly [{ readonly internalType: "uint256"; readonly name: "minor"; readonly type: "uint256"; }, { readonly internalType: "uint256"; readonly name: "patch"; readonly type: "uint256"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly [{ readonly internalType: "bytes4"; readonly name: "interfaceId"; readonly type: "bytes4"; }]; readonly name: "supportsInterface"; readonly outputs: readonly [{ readonly internalType: "bool"; readonly name: ""; readonly type: "bool"; }]; readonly stateMutability: "view"; readonly type: "function"; }]; static createInterface(): ICedarDeployerIntrospectionV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): ICedarDeployerIntrospectionV0; }