import type { NormalizedText } from './types.js'; export declare function stripHtml(html: string): string; export declare function stripMarkdown(text: string): string; export declare function tokenize(text: string): string[]; export declare function normalizeText(rawContent: string): NormalizedText; //# sourceMappingURL=textNormalizer.d.ts.map