import { Scalar } from "./crypto/scalar"; export declare function flatUint8(arr: Uint8Array[]): Uint8Array; export declare function idHidingNonce(): Scalar; export declare function noteVersion(): Scalar; export declare function isVersionSupported(version: `0x${string}`): version is "0x000001";