/// import { type BinaryLike, type BinaryToTextEncoding, type KeyObject } from 'node:crypto'; export declare function sha256(data: BinaryLike, key: BinaryLike | KeyObject, encoding?: BinaryToTextEncoding): string;