import { type DesignResourceImplementationConditionModelV1 } from "./design-resource-implementation-feasibility-types.js"; export declare function parseConditionModel(value: unknown, label: string): DesignResourceImplementationConditionModelV1; export declare function parseComponentFamilyCells(value: unknown, label: string): { key: string; component_family_ref: string; target_ref: string; condition_profile_ref: string; design_fact_refs: string[]; feasible_realizations: { key: string; strategy_steps: ("compose_existing" | "create_shared_component" | "extend_shared_component" | "reuse_existing" | "theme_with_tokens")[]; primitive_refs: string[]; owner_candidates: ({ kind: "existing_path"; locator: string; existence: "existing"; authorization_source_refs?: undefined; } | { kind: "planned_logical_owner"; locator: string; existence: "planned"; authorization_source_refs: string[]; })[]; supported_customization_surfaces: ("behavior_slot" | "component_variant" | "composition" | "content_slot" | "icon_slot" | "primitive_props" | "style_api" | "theme_tokens")[]; feasibility_basis_refs: string[]; observed_costs: string[]; observed_risks: string[]; }[]; required_realization: { realization_ref: string | null; technical_authority_source_refs: string[]; }; blocker_refs: string[]; }[]; export declare function parseBlockers(value: unknown, label: string): { key: string; component_family_ref: string; target_ref: string; condition_profile_ref: string; source_record_refs: string[]; substrate_observation_refs: ("component_owner_roots" | "framework_runtime" | "platform" | "route_owner_roots" | "token_theming_adapter" | "ui_system")[]; description: string; }[];