import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { L1_PolygonFxBaseRootTunnel, L1_PolygonFxBaseRootTunnelInterface } from "../../static/L1_PolygonFxBaseRootTunnel"; export declare class L1_PolygonFxBaseRootTunnel__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(): L1_PolygonFxBaseRootTunnelInterface; static connect(address: string, signerOrProvider: Signer | Provider): L1_PolygonFxBaseRootTunnel; } //# sourceMappingURL=L1_PolygonFxBaseRootTunnel__factory.d.ts.map