import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { UniswapQuoterV2, UniswapQuoterV2Interface } from "../../static/UniswapQuoterV2"; export declare class UniswapQuoterV2__factory { static readonly abi: { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; }[]; static createInterface(): UniswapQuoterV2Interface; static connect(address: string, signerOrProvider: Signer | Provider): UniswapQuoterV2; } //# sourceMappingURL=UniswapQuoterV2__factory.d.ts.map