import { GetMcpServersInput } from './types'; export declare const getMcpServers: ({ nodeAddress, token, }: GetMcpServersInput) => Promise;