import { Config, TranslationUnit } from '../types.js'; export declare function extractStreamWorkbook(inputXlsxPath: string, config: Config): AsyncGenerator;