import type { GoalTitle } from '../types/goal-title.type'; import type { AnyGoal } from '../types/utility.type'; export declare function getGoalTitle(goal: Goal): GoalTitle;