/** Unit of time used to measure a quantity (a duration). */ export declare const MeasurementUnitTime: { readonly GenericMillisecond: "GENERIC_MILLISECOND"; readonly GenericSecond: "GENERIC_SECOND"; readonly GenericMinute: "GENERIC_MINUTE"; readonly GenericHour: "GENERIC_HOUR"; readonly GenericDay: "GENERIC_DAY"; }; export type MeasurementUnitTime = (typeof MeasurementUnitTime)[keyof typeof MeasurementUnitTime];