export { DateDataTypeSetup as DateDataType } from './date-datatype-setup'; export { DateTimeDataTypeSetup as DateTimeDataType } from './datetime-datatype-setup'; export { DateTimeOffsetDataTypeSetup as DateTimeOffsetDataType } from './datetimeoffset-datatype-setup'; export { DurationDataTypeSetup as DurationDataType } from './duration-datatype-setup'; export { GeographyPointDataTypeSetup as GeographyPointDataType } from './geographypoint-datatype-setup'; export { GuidDataTypeSetup as GuidDataType } from './guid-datatype-setup'; export { NumericDataTypeSetup as NumericDataType } from './numeric-datatype-setup'; export { StreamDataTypeSetup as StreamDataType } from './stream-datatype-setup'; export { TimeDataTypeSetup as TimeDataType } from './time-datatype-setup'; export { TimeOfDayDataTypeSetup as TimeOfDayDataType } from './timeofday-datatype-setup';