import { type ContractRunner } from "ethers"; import type { ICustomUniswapV2Router, ICustomUniswapV2RouterInterface } from "../../router/ICustomUniswapV2Router"; export declare class ICustomUniswapV2Router__factory { static readonly abi: readonly [{ readonly inputs: readonly [{ readonly internalType: "uint256"; readonly name: "amountIn"; readonly type: "uint256"; }, { readonly internalType: "address[]"; readonly name: "path"; readonly type: "address[]"; }]; readonly name: "getAmountsOut"; readonly outputs: readonly [{ readonly internalType: "uint256[]"; readonly name: "amounts"; readonly type: "uint256[]"; }]; readonly stateMutability: "view"; readonly type: "function"; }]; static createInterface(): ICustomUniswapV2RouterInterface; static connect(address: string, runner?: ContractRunner | null): ICustomUniswapV2Router; }