/** * Returns hash of string * @returns {string} hash */ export default function hash(input: string, abs?: boolean): string;