export type SoftwareVersion = {
    name: string | null;
    version: string | null;
    os: string | null;
};
//# sourceMappingURL=types.d.ts.map