import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IMintableSecurity, IMintableSecurityInterface } from "./IMintableSecurity";
export declare class IMintableSecurity__factory {
    static readonly erc165InterfaceId = "0x6e596043";
    static readonly erc1820InterfaceId = "0x6ad73d638f82ae7fe270725fe347a157bf6c834bf517fd05d85a94700b91a1be";
    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: never[];
        stateMutability: string;
        type: string;
        anonymous?: undefined;
    })[];
    static createInterface(): IMintableSecurityInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): IMintableSecurity;
}
//# sourceMappingURL=IMintableSecurity__factory.d.ts.map