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