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