import { NotificationTemplates, UnifiedAppNotification } from "../interfaces/models/AppNotification";
declare const _default: (notifications: UnifiedAppNotification[], notificationTemplates?: Partial<NotificationTemplates>) => UnifiedAppNotification[];
export default _default;
