import { Signer } from "ethers"; import { Provider } from "@ethersproject/providers"; import type { UbeswapMoolaRouter, UbeswapMoolaRouterInterface } from "../UbeswapMoolaRouter"; export declare class UbeswapMoolaRouter__factory { static readonly abi: ({ inputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; name?: undefined; outputs?: undefined; } | { anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; stateMutability?: undefined; outputs?: undefined; } | { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { components: { internalType: string; name: string; type: string; }[]; internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; } | { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; })[]; static createInterface(): UbeswapMoolaRouterInterface; static connect(address: string, signerOrProvider: Signer | Provider): UbeswapMoolaRouter; }