export declare function hex(bin: Uint8Array): string;
export declare function hash(str: string): string;
