/**
 * Main MCP Server class for IDS Enterprise Web Components
 */
export declare class IDSEnterpriseWCMCPServer {
    private server;
    private config;
    private gitlabService;
    private dataLoader;
    private toolHandlers;
    private components;
    private documentation;
    private examples;
    private frameworks;
    constructor();
    /**
     * Initialize documentation and data loading
     */
    private initializeDocumentation;
    /**
     * Load documentation from GitLab
     */
    private loadDocumentationFromGitLab;
    /**
     * Load components
     */
    private loadComponents;
    /**
     * Load general documentation
     */
    private loadGeneralDocumentation;
    /**
     * Load examples from GitLab
     */
    private loadExamplesFromGitLab;
    /**
     * Set up tool handlers for MCP requests
     */
    private setupToolHandlers;
    /**
     * Start the MCP server
     */
    run(): Promise<void>;
}
//# sourceMappingURL=server.d.ts.map