type UUID = string; type Scalar = string | number | null | undefined | boolean | Uint8Array | UUID; export declare function encodeScalar(s: Scalar): Uint8Array; export {};