import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ICedarDeployerAddedV3, ICedarDeployerAddedV3Interface } from "../../../deploy/ICedarDeployer.sol/ICedarDeployerAddedV3"; export declare class ICedarDeployerAddedV3__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "cedarPaymentSplitterFeatures"; readonly outputs: readonly [{ readonly internalType: "string[]"; readonly name: "features"; readonly type: "string[]"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "cedarPaymentSplitterVersion"; 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 internalType: "address[]"; readonly name: "payees"; readonly type: "address[]"; }, { readonly internalType: "uint256[]"; readonly name: "shares_"; readonly type: "uint256[]"; }]; readonly name: "deployCedarPaymentSplitterV0"; readonly outputs: readonly [{ readonly internalType: "contract ICedarPaymentSplitterV0"; readonly name: ""; readonly type: "address"; }]; readonly stateMutability: "nonpayable"; readonly type: "function"; }]; static createInterface(): ICedarDeployerAddedV3Interface; static connect(address: string, signerOrProvider: Signer | Provider): ICedarDeployerAddedV3; }