export function gpxFormatter(results: GeocoderResult[]): string; export type GeocoderResult = import("#types.js").GeocoderResult;