import { LngLat } from "./LngLat"; declare type GetCenterLocationCallbackOptions = import("../../common").CallbackOptions; export interface GetCenterLocationOptions extends GetCenterLocationCallbackOptions { } export {};