import { type DataType } from '../data-type';
declare const TinyInt: DataType;
export default TinyInt;
