/** * @param {import('ol/Map.js').default} [map] OpenLayers map instance. * If provided, the map's view will be centered on the search result geometry. * @returns {{result: import('vue').ShallowRef}} */ export function usePlaceSearch(map?: import('../../node_modules/ol/Map.js').default): { result: import('vue').ShallowRef; };