import type { AllowedSplitWordsCollection } from './WordsCollection.js';
export declare function legacyLineToWords(line: string, keepCase: boolean, allowedSplitWords: AllowedSplitWordsCollection): Iterable<string>;
export declare function legacyLinesToWords(lines: Iterable<string>, keepCase: boolean, allowedSplitWords: AllowedSplitWordsCollection): Iterable<string>;
//# sourceMappingURL=legacyLineToWords.d.ts.map