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