import type { BinaryToTextEncoding } from 'node:crypto';
export declare function sha256Hash(str: string, encoding?: BinaryToTextEncoding): string;
