/** * @function * Converts a BigInt into a Uint8Array. * * @param n: BigInt * * @returns Uint8Array */ declare const bigIntToUint8Array: (n: bigint) => Uint8Array; export default bigIntToUint8Array; //# sourceMappingURL=bigIntToUint8Array.d.ts.map