import type { AnyBoundary } from '../../boundary/types/utility.type'; import type { GoalName } from '../types/goal-name.type'; export declare function createGoalName(title: Title, boundary: Boundary): GoalName<Title, Boundary>;