export declare const TASK_OBJECTIVE_TEMPLATE = "## Objective\n\n\n## Context\n\n\n## Steps\n1. \n2. \n\n## Output\n\n\n## Constraints\n\n\n## Success criteria\n"; export declare const TASK_OBJECTIVE_FORMAT_RULE: string; export declare const TASK_OBJECTIVE_GUIDANCE = "The objective is the only message the agent receives on each unattended run, so it must be fully self-contained (never rely on the current chat) and must follow this exact Markdown structure, with every section filled in with concrete, specific content \u2014 no placeholders or angle-bracket text:\n\n## Objective\n\n\n## Context\n\n\n## Steps\n1. \n2. \n\n## Output\n\n\n## Constraints\n\n\n## Success criteria\n";