//#region src/agents/constants.d.ts
/**
 * jump targets (user facing)
 */
declare const JUMP_TO_TARGETS: readonly ["model", "tools", "end"];
type JumpToTarget = (typeof JUMP_TO_TARGETS)[number];
//#endregion
export { JumpToTarget };
//# sourceMappingURL=constants.d.ts.map