main
import type { Intangible } from './Intangible.ts' type StructuredValue = Intangible export type { StructuredValue }