import Body from './Body'; import type { Slug, BodyPart } from './Body'; export { Body }; export type { Slug, BodyPart }; //# sourceMappingURL=index.d.ts.map