type Notification = { alt: string; data?: any; id: string; level: string; message?: string; timestamp?: number; }; export { type Notification }; //# sourceMappingURL=Notification.d.ts.map