/** * Create the hash of the given data. * @param uint8Array The bytes. * @return The hash. */ export declare function sha1Hash(uint8Array: Uint8Array): Uint8Array;