import type { Device } from "./Device"; export interface MobileMetadata { system: Device; version: string; }