import { type ContractRunner } from "ethers"; import type { ISubscriptionTransferOracle, ISubscriptionTransferOracleInterface } from "../../oracle/ISubscriptionTransferOracle"; export declare class ISubscriptionTransferOracle__factory { static readonly abi: readonly [{ readonly inputs: readonly [{ readonly internalType: "uint256"; readonly name: "productPassId"; readonly type: "uint256"; }, { readonly internalType: "uint256[]"; readonly name: "productIds"; readonly type: "uint256[]"; }]; readonly name: "isTransferable"; readonly outputs: readonly [{ readonly internalType: "bool"; readonly name: ""; readonly type: "bool"; }]; readonly stateMutability: "view"; readonly type: "function"; }]; static createInterface(): ISubscriptionTransferOracleInterface; static connect(address: string, runner?: ContractRunner | null): ISubscriptionTransferOracle; }