import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { ITemplateFactory, ITemplateFactoryInterface } from "./ITemplateFactory";
export declare class ITemplateFactory__factory {
    static readonly erc165InterfaceId = "0xbd1648c8";
    static readonly erc1820InterfaceId = "0x1b3d46cfc64049e052c90d40b2eaa887edfa8e630c279e0505e21b95db3f09e5";
    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;
    } | {
        inputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs: {
            components: {
                internalType: string;
                name: string;
                type: string;
            }[];
            internalType: string;
            name: string;
            type: string;
        }[];
        stateMutability: string;
        type: string;
        anonymous?: undefined;
    })[];
    static createInterface(): ITemplateFactoryInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): ITemplateFactory;
}
//# sourceMappingURL=ITemplateFactory__factory.d.ts.map