import * as Boxes from "."; type ValueTypes = T[keyof T]; export type Box = InstanceType>; export type BoxTypes = { [K in keyof typeof Boxes]: InstanceType; };