import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { ISomaContract, ISomaContractInterface } from "./ISomaContract";
export declare class ISomaContract__factory {
    static readonly erc165InterfaceId = "0xd86f1ca1";
    static readonly erc1820InterfaceId = "0x789bcb70bcc346bba78a76c848b3006097eea31b513dc8fd8d206453cdc6f513";
    static readonly abi: {
        inputs: never[];
        name: string;
        outputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        stateMutability: string;
        type: string;
    }[];
    static createInterface(): ISomaContractInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): ISomaContract;
}
//# sourceMappingURL=ISomaContract__factory.d.ts.map