export declare const TASK_REJECTION_INSTRUCTION = "If a task is outside your role, do not attempt partial work. Return a brief reason to the orchestrator."; export declare function appendTaskRejectionInstruction(prompt: string): string;