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