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