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