export declare function parseSemanticFactCensus(value: unknown, label: string): { key: string; kind: "axis" | "axis_value" | "blocker" | "condition" | "condition_rule" | "custom" | "environment" | "fact" | "fact_cell" | "family" | "input" | "oracle" | "population" | "proof_obligation" | "property" | "relation" | "scope_exclusion" | "subject"; locator: { material_ref: string; kind: "api_operation" | "code_symbol" | "custom" | "json_pointer" | "manifest_pointer" | "schema_pointer" | "source_item" | "whole_resource" | "yaml_pointer"; value: string; }; identity_sha256: string; disposition: "material_with_facts" | "supporting_only"; fact_refs: string[]; basis_refs: string[]; rationale: string; }[]; export declare function parseSemanticFactInputs(value: unknown, label: string): { key: string; kind: "attachment" | "canonical_spec" | "context" | "delegated_instruction" | "design_resource" | "external_constraint" | "repository_preservation" | "source_item"; source_ref: string; sha256: string; disposition: "excluded_by_scope" | "non_ui_material" | "supporting_only" | "ui_design"; fact_refs: string[]; basis_refs: string[]; rationale: string; }[]; export declare function parseSemanticFactFamilyDispositions(value: unknown, label: string): { key: string; family: string; standard: boolean; disposition: "applicable" | "decision_required" | "not_applicable" | "unavailable"; outcome_refs: string[]; source_item_refs: string[]; basis_refs: string[]; rationale: string; }[];