export declare const unpackData: (data: Uint8Array) => {
    [k: string]: any;
};
export declare const decodeString: (value: Uint8Array) => string;
