/** * Calculate [information entropy](https://en.wikipedia.org/wiki/Password_strength#Entropy_as_a_measure_of_password_strength) * of a string. * * @param {String} str String to calculate entropy for * @returns {Number} entropy */ export declare const entropy: (str: string) => number; //# sourceMappingURL=index.d.ts.map