import { BinaryLike } from 'crypto';
/** only works in node.js (using crypto module) */
export declare function hash(content: BinaryLike, algorithm?: string): Buffer;
