export declare function parseSemanticFactSubjects(value: unknown, label: string): { key: string; family_ref: string; outcome_ref: string; kind: string; parent_ref: string | null; owner_ref: string | null; source_item_refs: string[]; basis_refs: string[]; }[]; export declare function parseSemanticFactRelations(value: unknown, label: string): { key: string; family_ref: string; outcome_ref: string; kind: string; endpoints: { role: string; unit_ref: string; }[]; source_item_refs: string[]; basis_refs: string[]; }[]; export declare function parseSemanticFactPopulations(value: unknown, label: string): { key: string; family_ref: string; outcome_ref: string; kind: "dynamic" | "static"; member_unit_refs: string[]; universe: import("./semantic-fact-base-types.js").SemanticFactLocatedValueV1; enumeration_rule: string; exclusion_refs: string[]; source_item_refs: string[]; basis_refs: string[]; }[];