import { Signer } from "ethers";
import { Provider } from "@ethersproject/providers";
import type { IUniswapV2Pair } from "../IUniswapV2Pair";
export declare class IUniswapV2Pair__factory {
    static connect(address: string, signerOrProvider: Signer | Provider): IUniswapV2Pair;
}
