import { Arrayish } from './types'; export declare function encode(object: any): string; export declare function decode(data: Arrayish): any; //# sourceMappingURL=rlp.d.ts.map