import { GoalConfig } from './goalsConfig'; type ConversionWay = 'TO_SHOW' | 'TO_SAVE'; /** * Goals-config specific unit display */ export declare const getGoalsUnitDisplay: (goalKey: string) => string | undefined; export declare const convertGoalValue: (goalValue: string, goalKey: string, conversionWay?: ConversionWay) => string | undefined; export declare const getGoalsConfig: () => Record; export {}; //# sourceMappingURL=utils.d.ts.map