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