import type { StructuredToolInterface } from "@langchain/core/tools"; import { SystemMessage } from "langchain"; 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