/**
 * Configuration options for the NOAA service
 */
export interface NoaaConfig {
    applicationName?: string;
}
