/** * @typedef {import("../../layers").EoxLayer} EoxLayer * */ /** * Adds a new layer to the map or updates an existing layer based on the provided JSON data. * * @param {EoxLayer} json - The JSON data containing layer properties and interactions. * @param {import("../../main").EOxMap} EOxMap - The map object where the layer will be added or updated. * @returns {Object} - The newly created or updated layer object. */ export default function addOrUpdateLayerMethod(json: EoxLayer, EOxMap: import("../../main").EOxMap): any; export type EoxLayer = import("../../layers").EoxLayer; //# sourceMappingURL=add-update-layer.d.ts.map