/// /// import { BinaryLike } from 'crypto'; export declare function hash(data: BinaryLike, algorithm?: string): Buffer;