export declare function getMcpBinaryPath(pluginRoot: string): string; export declare function isMcpBinaryBundled(pluginRoot: string): boolean; export declare function mcporterConfigPath(): string; export declare function isMcporterConfigured(): boolean; export declare function upsertMcporterConfig(pluginRoot: string): { success: boolean; message: string; };