import type { StructuredToolInterface } from "@langchain/core/tools";
import { SystemMessage } from "langchain";
export declare function generateToolDescriptions(tools: StructuredToolInterface[], disallowedTools?: string[]): string[];
export declare function buildSystemPromptContent(template: string, toolDescriptionLines: string[], additionalInstructions?: string): string;
export declare function createSystemMessage(tools: StructuredToolInterface[], systemPromptTemplate: string, serverManagerTemplate: string, useServerManager: boolean, disallowedTools?: string[], userProvidedPrompt?: string, additionalInstructions?: string): SystemMessage;
//# sourceMappingURL=system_prompt_builder.d.ts.map