import { TypedArray } from 'justypes'; export declare function sha1(input: string | DataView | TypedArray): Promise;