import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { L2_BridgeWrapper, L2_BridgeWrapperInterface } from "../../static/L2_BridgeWrapper"; export declare class L2_BridgeWrapper__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: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: 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; })[]; static createInterface(): L2_BridgeWrapperInterface; static connect(address: string, signerOrProvider: Signer | Provider): L2_BridgeWrapper; } //# sourceMappingURL=L2_BridgeWrapper__factory.d.ts.map