import { Express } from 'express'; export declare class NotificationRouter { static route(app: Express): void; private static addGetNotifications; }