import type { GoalBoundary } from '../types/goal-boundary.type'; import type { AnyGoal } from '../types/utility.type'; export declare function getGoalBoundary(goal: Goal): GoalBoundary;