import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IChainlinkRelayer0828, IChainlinkRelayer0828Interface } from "../../IChainlinkRelayer.sol/IChainlinkRelayer0828";
export declare class IChainlinkRelayer0828__factory {
    static readonly abi: readonly [{
        readonly type: "function";
        readonly name: "getAggregators";
        readonly inputs: readonly [];
        readonly outputs: readonly [{
            readonly name: "";
            readonly type: "tuple[]";
            readonly internalType: "struct IChainlinkRelayer.ChainlinkAggregator[]";
            readonly components: readonly [{
                readonly name: "aggregator";
                readonly type: "address";
                readonly internalType: "address";
            }, {
                readonly name: "invert";
                readonly type: "bool";
                readonly internalType: "bool";
            }];
        }];
        readonly stateMutability: "nonpayable";
    }, {
        readonly type: "function";
        readonly name: "maxTimestampSpread";
        readonly inputs: readonly [];
        readonly outputs: readonly [{
            readonly name: "";
            readonly type: "uint256";
            readonly internalType: "uint256";
        }];
        readonly stateMutability: "nonpayable";
    }, {
        readonly type: "function";
        readonly name: "rateFeedDescription";
        readonly inputs: readonly [];
        readonly outputs: readonly [{
            readonly name: "";
            readonly type: "string";
            readonly internalType: "string";
        }];
        readonly stateMutability: "nonpayable";
    }, {
        readonly type: "function";
        readonly name: "rateFeedId";
        readonly inputs: readonly [];
        readonly outputs: readonly [{
            readonly name: "";
            readonly type: "address";
            readonly internalType: "address";
        }];
        readonly stateMutability: "nonpayable";
    }, {
        readonly type: "function";
        readonly name: "relay";
        readonly inputs: readonly [];
        readonly outputs: readonly [];
        readonly stateMutability: "nonpayable";
    }, {
        readonly type: "function";
        readonly name: "sortedOracles";
        readonly inputs: readonly [];
        readonly outputs: readonly [{
            readonly name: "";
            readonly type: "address";
            readonly internalType: "address";
        }];
        readonly stateMutability: "nonpayable";
    }];
    static createInterface(): IChainlinkRelayer0828Interface;
    static connect(address: string, signerOrProvider: Signer | Provider): IChainlinkRelayer0828;
}
