export type GoalConfig = { label: string; key: string; unitType?: string; unit?: string; formatUnitDisplay?: (unit: string) => string; convertToShow?: (value: number) => number; convertToSave?: (value: number) => number; isMetricGoal: boolean; }; export declare const GoalsConfig: Record; //# sourceMappingURL=goalsConfig.d.ts.map