/** * General file manipulation utilities, parsers for specific MIME types, and * tools for building and exporting various types of output files. */ export * from './pdf.js'; export * from './docx.js'; export * from './image.js'; export * from './audio.js'; export * from './spreadsheet.js'; export * from './generic-file.js'; export * from './process-resource-file.js'; //# sourceMappingURL=index.d.ts.map