import type { Coordinates, NWSData, SourceResult } from '../types/index.js'; export declare function fetchNoaaNws(coords: Coordinates): Promise>;