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