import { a as StackClientApp } from "../client-app-CdAaCL3p.js"; //#region src/clickmap/index.d.ts /** * Mounts the clickmap overlay listener on the page. * * The clickmap is fully independent from the dev tool. It has no ambient UI: * nothing renders until a dashboard-minted token is handed over (the * CLICKMAP_OVERLAY_TOKEN_UPDATED event fired by the dashboard's console * snippet) or a navigation-resume sentinel is present — only then is the * actual overlay code lazily loaded and shown. */ declare function mountClickmapOverlay(app: StackClientApp): () => void; //#endregion export { mountClickmapOverlay }; //# sourceMappingURL=index.d.ts.map