import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IPaymentNotaryV0, IPaymentNotaryV0Interface } from "../../../subscriptions/IPaymentNotary.sol/IPaymentNotaryV0"; export declare class IPaymentNotaryV0__factory { static readonly abi: readonly [{ readonly anonymous: false; readonly inputs: readonly [{ readonly indexed: true; readonly internalType: "address"; readonly name: "from"; readonly type: "address"; }, { readonly indexed: true; readonly internalType: "address"; readonly name: "to"; readonly type: "address"; }, { readonly indexed: true; readonly internalType: "bytes32"; readonly name: "orderId"; readonly type: "bytes32"; }, { readonly indexed: false; readonly internalType: "address"; readonly name: "currency"; readonly type: "address"; }, { readonly indexed: false; readonly internalType: "uint256"; readonly name: "amount"; readonly type: "uint256"; }]; readonly name: "PaymentSent"; readonly type: "event"; }, { readonly inputs: readonly [{ readonly internalType: "address"; readonly name: "receiver"; readonly type: "address"; }, { readonly internalType: "bytes32"; readonly name: "orderId"; readonly type: "bytes32"; }, { readonly internalType: "address"; readonly name: "currency"; readonly type: "address"; }, { readonly internalType: "uint256"; readonly name: "amount"; readonly type: "uint256"; }]; readonly name: "pay"; readonly outputs: readonly []; readonly stateMutability: "payable"; readonly type: "function"; }]; static createInterface(): IPaymentNotaryV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): IPaymentNotaryV0; }