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