/** * ChatToMap Core Library * * Transform chat exports into geocoded activities. * * Design principle: Pure functions only. No IO, no progress reporting, no orchestration. * The library is stateless and side-effect-free (except for API calls to external services). * * @license AGPL-3.0 */ export * from './core/index'; export { exportToExcel, exportToPDF } from './export/index'; //# sourceMappingURL=index.d.ts.map