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