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