import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ChainlinkReadableAggregator, ChainlinkReadableAggregatorInterface } from "../../BoundedPriceFeed.sol/ChainlinkReadableAggregator"; export declare class ChainlinkReadableAggregator__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "aggregator"; readonly outputs: readonly [{ readonly internalType: "address"; readonly name: ""; readonly type: "address"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly [{ readonly internalType: "uint16"; readonly name: "idx"; readonly type: "uint16"; }]; readonly name: "phaseAggregators"; readonly outputs: readonly [{ readonly internalType: "contract AggregatorV2V3Interface"; readonly name: ""; readonly type: "address"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "phaseId"; readonly outputs: readonly [{ readonly internalType: "uint16"; readonly name: ""; readonly type: "uint16"; }]; readonly stateMutability: "view"; readonly type: "function"; }]; static createInterface(): ChainlinkReadableAggregatorInterface; static connect(address: string, signerOrProvider: Signer | Provider): ChainlinkReadableAggregator; }