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