import type { GoalStatus } from "./SessionGoal.js"; export declare function isGoalStatus(value: unknown): value is GoalStatus;