import type { AnyBoundary } from '../../boundary/types/utility.type'; import { Goal } from '../classes/goal.class'; export declare function defineGoal(title: Title, boundary: Boundary): Goal<Title, Boundary>;