/** * Map Export Module * * Generates an interactive HTML map with separate data.js and app.js files. */ import type { GeocodedActivity, MapConfig } from '../../types'; /** * Generate a single self-contained HTML file with all JS inline. * For backward compatibility and single-file downloads. */ export declare function exportToMapHTML(activities: readonly GeocodedActivity[], config?: MapConfig): string; //# sourceMappingURL=index.d.ts.map