import type { ParsedSystem } from "./parsed-system";
export interface ParsedValueSet {
    systems: ParsedSystem[];
}
