import { ImportMCPServerFromGithubURLOutput } from './types'; export declare const importMCPServerFromGithubURL: (nodeAddress: string, token: string, githubUrl: string) => Promise;