export { type FromRlpErrorType, type FromRlpReturnType, fromRlp, /** @alias fromRlp */ fromRlp as decode, } from './internal/encoding/fromRlp.js'; export { type RecursiveArray, type ToRlpErrorType, type ToRlpReturnType, toRlp, /** @alias toRlp */ toRlp as encode, } from './internal/encoding/toRlp.js'; //# sourceMappingURL=Rlp.d.ts.map