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