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