import type * as erc1155 from "./ERC1155"; export type { erc1155 }; import type * as erc20 from "./ERC20"; export type { erc20 }; import type * as erc721 from "./ERC721"; export type { erc721 }; export type { ERC2981 } from "./ERC2981";