import { TypedArray } from 'justypes'; export declare function hash(algorithm: AlgorithmIdentifier, input: string | DataView | TypedArray): Promise;