import { InnerUnits } from './types';
declare const units: InnerUnits;
/**
 * Units for date manipulations (日期操作单位)
 */
export default units;
