/**
* Map HTML Template
*
* Generates the HTML shell that loads data.js and app.js.
*/
/**
* Generate the HTML template.
* The template expects mapData to be defined globally via data.js.
*/
export declare function generateMapHTML(options?: {
inline?: {
data: string;
app: string;
};
}): string;
//# sourceMappingURL=template.d.ts.map