import type { NotificationService } from "../notifications/service.js"; export interface NotificationsRouterConfig { db: any; schema: any; notificationService: NotificationService; } export declare function createNotificationsRouter({ db, schema, notificationService, }: NotificationsRouterConfig): import("express-serve-static-core").Router; //# sourceMappingURL=notifications.d.ts.map