/** * Manage adjust events at https://suite.adjust.com/apps/na3q7q6avq4g/events */ export declare const ADJUST_EVENT_TOKENS: { logWorkout: string; purchase: string; signupComplete: string; renewal: string; updateSexMale: string; updateSexFemale: string; updateSexOther: string; updateAge18Through28: string; updateAge29Through44: string; updateAge45AndUp: string; }; export type AdjustEventToken = (typeof ADJUST_EVENT_TOKENS)[keyof typeof ADJUST_EVENT_TOKENS];