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