export type LshwProcessor = { product: string | null; vendor: string | null; capabilities: Array; };