import { BinaryToTextEncoding } from 'crypto'; export declare class HashService { getHash(input: string, encoding?: BinaryToTextEncoding): string; }