import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { MultiGuardableUpgradeable, MultiGuardableUpgradeableInterface } from "./MultiGuardableUpgradeable";
export declare class MultiGuardableUpgradeable__factory {
    static readonly erc165InterfaceId = "0xe7b76403";
    static readonly erc1820InterfaceId = "0xa73c60c9e1f86bda30a91f0955791397f5d34e6bfd0eb2d4dc0a05bc535fb380";
    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(): MultiGuardableUpgradeableInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): MultiGuardableUpgradeable;
}
//# sourceMappingURL=MultiGuardableUpgradeable__factory.d.ts.map