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