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