import type { SourceReaderOptions } from './SourceReader.js';
export declare function streamSourceWordsFromFile(filename: string, options: SourceReaderOptions): Promise<Iterable<string>>;
//# sourceMappingURL=streamSourceWordsFromFile.d.ts.map