import * as functions from "firebase-functions"; /** * Setup profile on user create */ declare const userBatchSet: functions.CloudFunction; export default userBatchSet; //# sourceMappingURL=userBatchSet.d.ts.map