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