import * as functions from "firebase-functions"; /** * Batch create notifications for each user */ declare const userNotificationBatchCreate: functions.CloudFunction; export default userNotificationBatchCreate; //# sourceMappingURL=userNotificationBatchCreate.d.ts.map