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