import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { ISOMA, ISOMAInterface } from "./ISOMA";
export declare class ISOMA__factory {
    static readonly erc165InterfaceId = "0xd6f99784";
    static readonly erc1820InterfaceId = "0xce75d8c0a9b63ee0d368c81107b5126d168c20b8bba2d13be2b4d6de8660ad2c";
    static readonly abi: ({
        anonymous: boolean;
        inputs: {
            indexed: boolean;
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        type: string;
        outputs?: undefined;
        stateMutability?: undefined;
    } | {
        inputs: never[];
        name: string;
        outputs: {
            components: {
                internalType: string;
                name: string;
                type: string;
            }[];
            internalType: string;
            name: string;
            type: string;
        }[];
        stateMutability: string;
        type: string;
        anonymous?: undefined;
    } | {
        inputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        stateMutability: string;
        type: string;
        anonymous?: undefined;
    })[];
    static createInterface(): ISOMAInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): ISOMA;
}
//# sourceMappingURL=ISOMA__factory.d.ts.map