import { type ProseView } from "./prose-view.js"; /** Only specific abbreviations are matched to avoid false positives. */ export declare const UNITS: readonly string[]; export declare const HONORIFICS: readonly string[]; export declare const REFERENCE_ABBREVIATIONS: readonly string[]; export declare const nbspAfterShortWords: import("./prose-view.js").ProsePass; export declare const nbspBetweenNumberAndUnit: import("./prose-view.js").ProsePass; export declare const nbspBeforeLastWord: import("./prose-view.js").ProsePass; export declare const nbspAfterReferenceAbbreviations: import("./prose-view.js").ProsePass; export declare const nbspAfterSectionSymbols: import("./prose-view.js").ProsePass; export declare const nbspAfterHonorifics: import("./prose-view.js").ProsePass; export declare const nbspAfterCopyrightSymbols: import("./prose-view.js").ProsePass; export declare const nbspBetweenInitials: import("./prose-view.js").ProsePass; export declare function nbspTransform(input: string): string; export declare function nbspTransform(input: ProseView): void; //# sourceMappingURL=nbsp.d.ts.map