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