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