import type { HexString } from '../types'; export type RlpInput = string | number | boolean | bigint | HexString | Uint8Array | null | undefined;