import type { MapApi } from "../core/types"; /** * Lightweight `MapApi` mock for Storybook stories that exercise * `usePanel` and `PanelOrchestrator` without spinning up a real map * adapter. * * @internal */ export declare const createMockMapApiForStories: () => MapApi;