import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
export declare class YouTubeMcpServer {
    private static instance;
    private constructor();
    static GetServer(): McpServer;
}
