import { Goal } from "../goal/Goal"; import { Goals } from "../goal/Goals"; /** * Type used in constructing goals */ export declare type GoalComponent = Goal | Goal[] | Goals; /** * Convert a GoalComponent to Goals * @param {GoalComponent} gc * @return {Goals} */ export declare function toGoals(gc: GoalComponent): Goals; //# sourceMappingURL=GoalComponent.d.ts.map