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