import * as functions from "firebase-functions"; import Profile from "../common/src/models/Profile"; declare const getProfileChanges: (change: functions.Change) => Partial | null; export default getProfileChanges; //# sourceMappingURL=getProfileChanges.d.ts.map