import { Server } from "@modelcontextprotocol/sdk/server/index.js"; /** * Helper function to request LLM sampling from the client */ export declare function requestSampling(server: Server, messages: any[], systemPrompt?: string, modelPreferences?: any): Promise;