import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { ISomaGuard, ISomaGuardInterface } from "./ISomaGuard";
export declare class ISomaGuard__factory {
    static readonly erc165InterfaceId = "0xd26cb990";
    static readonly erc1820InterfaceId = "0x20f507aca541aa3dfc8ef6157a5d8a33557f3d4dc3bf679b872218cbb8a322ec";
    static readonly abi: ({
        anonymous: boolean;
        inputs: {
            indexed: boolean;
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        type: string;
        outputs?: undefined;
        stateMutability?: 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(): ISomaGuardInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): ISomaGuard;
}
//# sourceMappingURL=ISomaGuard__factory.d.ts.map