/// <reference types="node" />
import { Buffer } from "buffer";
declare function hash(input: string): Buffer;
export { hash };
