export declare type GoalType = 'NONE' | 'LIFETIME' | 'DAILY' | 'UNKNOWN';
