import * as functions from "firebase-functions"; declare const updateProfile: (change: functions.Change, collection: string, action: "created" | "updated", uid: string) => Promise; export default updateProfile; //# sourceMappingURL=updateProfile.d.ts.map