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