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