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