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