/** * Processes a location field to add map capability * @param {MapsEnvironmentConfig} config - the location field element * @param {Element} location - the location field element * @param {number} index - the 0-based index */ export function processLocation(config: MapsEnvironmentConfig, location: Element, index: number): void; import type { MapsEnvironmentConfig } from '~/src/client/javascripts/map.js';