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