import * as functions from "firebase-functions"; /** * Notify billing to slack for project */ declare const notifyBilling: functions.CloudFunction; export default notifyBilling; //# sourceMappingURL=notifyBilling.d.ts.map