declare namespace org { namespace spongepowered { namespace api { namespace block { namespace tileentity { // @ts-ignore interface DaylightDetector extends org.spongepowered.api.block.tileentity.TileEntity { } } } } } }