export declare function randomBytes(length: number): Uint8Array;
export declare function toHex(uint8: Uint8Array): string;
