import { AdditionalDataForLink } from '../models/notifications.model'; export declare function isNotificationViewLink(label: string | null | undefined): boolean; export type GuidanceRatesNotificationNavigationParams = { userPageUrl: string; stationName: string; periodInformation?: string; periodType?: string; startDate?: string; endDate?: string; disableStationDropdown: string; openPlanGuidancePopup?: string; }; export declare function buildGuidanceRatesNotificationNavigationParams(targetUrl: string, stationName: string, additional: AdditionalDataForLink | undefined, linkLabel: string): GuidanceRatesNotificationNavigationParams;