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