export type {
  IClimbro,
  IEntralpi,
  IForceBoard,
  IKilterBoard,
  IMotherboard,
  ImySmartBoard,
  IProgressor,
  IWHC06,
} from "./interfaces/index"

export {
  Climbro,
  Entralpi,
  ForceBoard,
  KilterBoard,
  Motherboard,
  mySmartBoard,
  Progressor,
  WHC06,
} from "./models/index"
