export type TemporalUnit = [unit: string, ...abbreviations: string[]]; /** * @see https://www.elastic.co/docs/reference/query-languages/esql/esql-time-spans#esql-time-spans-table */ export declare const temporalUnits: TemporalUnit[]; /** * @see https://github.com/elastic/elasticsearch/blob/a2dbb7b9174b109d89fa2da87645ecd4d4e8de14/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/type/EsqlDataTypeConverter.java#L174 */ export declare const TIME_DURATION_UNITS: Set; /** * @see https://github.com/elastic/elasticsearch/blob/a2dbb7b9174b109d89fa2da87645ecd4d4e8de14/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/type/EsqlDataTypeConverter.java#L174 */ export declare const DATE_PERIOD_UNITS: Set; export declare const TIME_SPAN_UNITS: string[]; //# sourceMappingURL=time.d.ts.map