import { TimeGranularity } from './types'; /** * Map time granularity to d3-format string */ declare const TimeFormatsForGranularity: Record; export default TimeFormatsForGranularity; //# sourceMappingURL=TimeFormatsForGranularity.d.ts.map