import type { LanguageModel } from "ai";
export declare const AGENT_NAMES: readonly ["relinter"];
export declare const MODEL: LanguageModel;
export declare const MODEL_NAME: string;
export declare const MAX_TOKENS = 1000;
export declare const CIRCULAR_TRIGGERS: string[];
export declare const EXIT_KEYWORDS: string[];
