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