export declare function callInternalLlm(_systemPrompt: string, _userPrompt: string, _maxTokens?: number): Promise<string | null>;
