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