// In order to provide correct types we need to add `firebase-admin` // to the dependencies. For now let's make the type unknown to avoid extra deps that we need for types only. const sentinel: (fs: unknown) => { deleteField: unknown; }; export default sentinel;