declare const BigIntAsUintN: (bits: number, int: bigint) => bigint; export = BigIntAsUintN;