export interface ParsedNotification { pkg: string; title?: string; text?: string; when?: string; priority?: number; } export declare function parseNotifications(raw: string, packageFilter?: string): ParsedNotification[]; //# sourceMappingURL=notifications-parser.d.ts.map