export declare function serialiseBlob(v: Uint8Array): Uint8Array; export declare function deserialiseBlob(v: Uint8Array): Uint8Array;