/** * Device definition for the PB-700BT dynamometer. */ import type { DeviceDefinition } from "../types.js"; declare const pb700bt: DeviceDefinition; export default pb700bt; //# sourceMappingURL=pb-700bt.d.ts.map