import { Signer } from "ethers";
import { Provider } from "@ethersproject/providers";
import type { IPlasmaCounter } from "../IPlasmaCounter";
export declare class IPlasmaCounter__factory {
    static connect(address: string, signerOrProvider: Signer | Provider): IPlasmaCounter;
}
