export declare const encode: (tree: any) => string; export declare const decode: (hex: string) => any; declare const _default: { encode: (tree: any) => string; decode: (hex: string) => any; }; export default _default;