/**
 * @function getFingerPrint
 * @param {string} str
 * @returns {string}
 */
export declare const getFingerPrint: (str: string) => string;
