export declare const uuid: (publicKey: Buffer) => string; /** * `tr '0-9a-f' 'a-p'` in JS */ export declare const hex2a: (hex: string) => string;