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