import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ICedarNativePayableV0, ICedarNativePayableV0Interface } from "../../../issuance/ICedarNativePayable.sol/ICedarNativePayableV0"; export declare class ICedarNativePayableV0__factory { static readonly abi: readonly [{ readonly inputs: readonly [{ readonly internalType: "uint256"; readonly name: "quantity"; readonly type: "uint256"; }, { readonly internalType: "address"; readonly name: "recipient"; readonly type: "address"; }, { readonly internalType: "uint256"; readonly name: "tokenId"; readonly type: "uint256"; }]; readonly name: "buy"; readonly outputs: readonly []; readonly stateMutability: "payable"; readonly type: "function"; }]; static createInterface(): ICedarNativePayableV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): ICedarNativePayableV0; }