/** * Device definition for the Entralpi hangboard. */ import type { DeviceDefinition } from "../types.js"; declare const entralpi: DeviceDefinition; export default entralpi; //# sourceMappingURL=entralpi.d.ts.map