import type { MapApi } from "./types"; export declare const useCameraIdle: (api: MapApi | undefined) => boolean;