export declare function transformSDKBytesToRESTBytes(val: number[]): string; export declare function transformRESTBytesToSDKBytes(val: string): Uint8Array;