import type { DataType } from '../interfaces/data-type.js';
export declare const TimeType: DataType;
export declare const ArrayTimeType: DataType;
