export interface SyrinCreatorHarnessSpec { schema_version: string; generated_from: Record; platform: Record; harness: Record; public_components: Array>; public_api_surface: Record; public_runtime_contract: Record; handoff_flow: Array>; self_improvement_boundary: Record; private_components_not_distributed: string[]; packaging_guidance: string[]; } export function getSyrinCreatorHarnessSpec(): SyrinCreatorHarnessSpec; export function listHarnessPublicComponents(): Array>; export function listHarnessPrivateComponents(): string[];