import { PropagationResult } from './propagation.js';
/** Render a self-contained interactive world map + list of the propagation result. */
export declare function renderPropagationMap(result: PropagationResult): string;
//# sourceMappingURL=propagation-map.d.ts.map