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