import type { TimeMs } from '../../common/geometry';
/**
 * It represents the number of milliseconds between 1 January 1970 00:00:00 UTC and the identified date/time.
 * @public
 */
export type UnixTimestamp = TimeMs;
//# sourceMappingURL=types.d.ts.map