/**
 * @description Get the digital fingerprint hash for a user, based on various digital signals.
 *              Recommended: call this at least 500ms after page ready
 * @private
 */
export declare const getFingerprint: () => Promise<string>;
