import * as functions from "firebase-functions"; /** * Batch update scores for each activity */ declare const scoreBatchUpdate: functions.CloudFunction; export default scoreBatchUpdate; //# sourceMappingURL=scoreBatchUpdate.d.ts.map