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