import type { Intangible } from './Intangible.ts'; type Language = Intangible; export type { Language }; //# sourceMappingURL=Language.d.ts.map