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