import * as functions from "firebase-functions"; /** * Delete old usernames on create */ declare const usernameBatchDelete: functions.CloudFunction; export default usernameBatchDelete; //# sourceMappingURL=usernameBatchDelete.d.ts.map