declare function sortBigIntAsc(a: bigint, b: bigint): 0 | 1 | -1; export { sortBigIntAsc };