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