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