/**
 * Publishes the SDK's `onDetails` event from the store's `details` selection.
 *
 * Lifted out of the legacy `Map` component, where it lived only because everything did: nothing
 * here touches a renderer, and the event must fire in every mode — the MapLibre embed included,
 * which unmounts the plan's own map entirely. Bound once per `load()`, beside the rest of the
 * SDK wiring, and disposed with it.
 * @returns A disposer.
 */
export declare function bindDetailsEvents(): () => void;
//# sourceMappingURL=details-events.d.ts.map