import { GetMcpServerToolsInput } from './types'; export declare const getMcpServerTools: (input: GetMcpServerToolsInput) => Promise;