export declare const PERFORMANCE_GOAL_HELP = "omx performance-goal - Evaluator-gated performance optimization workflow over Codex goal mode\n\nUsage:\n omx performance-goal create --objective --evaluator-command --evaluator-contract [--slug ] [--force] [--json]\n omx performance-goal start --slug [--json]\n omx performance-goal checkpoint --slug --status --evidence [--json]\n omx performance-goal complete --slug [--evidence ] --codex-goal-json [--json]\n omx performance-goal status --slug [--codex-goal-json ] [--json]\n\nAliases:\n create/start/checkpoint/complete/status may be used as shown above.\n\nArtifacts:\n .omx/goals/performance//state.json\n .omx/goals/performance//evaluator.md\n .omx/goals/performance//ledger.jsonl\n\nCodex goal integration:\n This command cannot directly invoke the interactive /goal tool from a shell.\n start writes durable OMX state and prints a model-facing handoff that tells the\n active Codex agent when to call get_goal/create_goal/update_goal safely.\n Performance goals cannot complete until evaluator artifacts have a passing checkpoint.\n"; export declare function performanceGoalCommand(args: string[]): Promise; //# sourceMappingURL=performance-goal.d.ts.map