import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "../models/index.js"; import * as operations from "../models/operations/index.js"; export declare class LocationManagement extends ClientSDK { /** * LocationServices_LocationManagement_CreateList */ createList(request?: operations.CreateListRequest | undefined, options?: RequestOptions): Promise; /** * LocationServices_LocationManagement_DeleteListOrPoint */ deleteLocationOrPoint(request?: operations.DeleteListOrPointRequest | undefined, options?: RequestOptions): Promise; /** * LocationServices_LocationManagement_UpdateListOrPoint */ updateListOrPoint(request?: operations.UpdateListOrPointRequest | undefined, options?: RequestOptions): Promise; /** * LocationServices_LocationManagement_GetLists */ getLists(request?: operations.GetListsRequest | undefined, options?: RequestOptions): Promise>; } //# sourceMappingURL=locationmanagement.d.ts.map