/** Tells the model that freshly edited project instructions supersede the earlier ones. */ export declare const AGENTS_MD_REPLACEMENT_NOTICE = "These AGENTS.md instructions replace all previously provided AGENTS.md instructions."; /** Tells the model that the project instructions it was given have been deleted. */ export declare const AGENTS_MD_REMOVAL_NOTICE = "The previously provided AGENTS.md instructions no longer apply.";