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