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