import type { WordChangeRanges } from "./types.js"; export declare function filterLowSignalWordEmphasis(before: string, after: string, ranges: WordChangeRanges): WordChangeRanges; //# sourceMappingURL=smart-filter.d.ts.map