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