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