import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ISecurityToken, ISecurityTokenInterface } from "./ISecurityToken"; export declare class ISecurityToken__factory { static readonly erc165InterfaceId = "0xa6487c53"; static readonly erc1820InterfaceId = "0x27c94c82ffddf1f8e94bd42707377cb94ffd0d8fd0dd6bb9b64f87f57f9e894d"; static readonly abi: { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: never[]; stateMutability: string; type: string; }[]; static createInterface(): ISecurityTokenInterface; static connect(address: string, signerOrProvider: Signer | Provider): ISecurityToken; } //# sourceMappingURL=ISecurityToken__factory.d.ts.map