import type { Documentation, IDocumentationNormalizer } from '../types/documentation.js'; export declare class DocumentationNormalizer implements IDocumentationNormalizer { normalize(content: string, source: 'npm' | 'github' | 'http'): Documentation; private extractSections; } //# sourceMappingURL=normalizer.d.ts.map