/** * Generates a UUID from the user data, such as user-agent and IP Address + Salt * The salt is generated on the currante date + a Secret from the StoreFront, * So this UUID will be regenerated every day. * * We can never use this id to trace back users for GDPR compliance. * * @param data * @param secret */ export declare function getPacklyticsId(data: string, secret: string): string; //# sourceMappingURL=get-packlytics-id.d.ts.map