import { STATISTIC_GRANULARITY } from "./statisticStorage"; import { AbstractStatisticStorage } from "./statisticStorage"; import { MongoStatisticStorage } from "./statisticStorage"; import { AbstractRawStorage } from "./rawStorage"; import { LogRawStorage } from "./rawStorage"; import { InfluxRawStorage } from "./rawStorage"; export { STATISTIC_GRANULARITY, AbstractStatisticStorage, MongoStatisticStorage, AbstractRawStorage, LogRawStorage, InfluxRawStorage };