import { buildGather } from './gather.js' import { buildGetLicense } from './get-license.js' export function buildDeviceService() { return { gather: buildGather(), getLicense: buildGetLicense(), } as const }