import * as functions from "firebase-functions"; /** * Increase member count to arbitrary collection */ declare const memberCountPlus: functions.CloudFunction; export default memberCountPlus; //# sourceMappingURL=memberCountPlus.d.ts.map