import { food, FoodType } from './food';
import { transport, TransportType } from './transport';
import { electricity, ElectricityType } from './electricity';
import { getInternetUsageCarbonImpact } from './internet';
import { streaming, StreamingType } from './streaming';
import { purchase, PurchaseType } from './purchase';
import { fashion, FashionType } from './fashion';
import { meal, MealType } from './meal';
export { meal, MealType, food, FoodType, transport, TransportType, electricity, ElectricityType, getInternetUsageCarbonImpact, streaming, StreamingType, purchase, PurchaseType, fashion, FashionType, };
