import type * as ierc1155Sol from "./IERC1155.sol"; export type { ierc1155Sol }; import type * as ierc20Sol from "./IERC20.sol"; export type { ierc20Sol }; import type * as ierc2981Sol from "./IERC2981.sol"; export type { ierc2981Sol }; import type * as ierc4906Sol from "./IERC4906.sol"; export type { ierc4906Sol }; import type * as ierc721Sol from "./IERC721.sol"; export type { ierc721Sol };