/// <reference types="node" />
/// <reference types="node" />
import { BinaryLike } from 'crypto';
export declare function hash(data: BinaryLike, algorithm?: string): Buffer;
