#!/usr/bin/env node export declare class DocStandardsMCPServer { private server; private validator; private configManager; constructor(); private setupTools; private validateDocumentation; private validateGitHubIntegration; private autoFixDocumentation; private generateIssueTemplate; private checkClaudeStandards; private setupErrorHandling; start(): Promise; } export declare const MCPServer: typeof DocStandardsMCPServer; //# sourceMappingURL=server.d.ts.map