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