Index: node_modules/update-browserslist-db/index.d.ts
===================================================================
--- node_modules/update-browserslist-db/index.d.ts	(revision 2058e5c694bb6097866a5fe6503c519e8f74970f)
+++ node_modules/update-browserslist-db/index.d.ts	(revision 2058e5c694bb6097866a5fe6503c519e8f74970f)
@@ -0,0 +1,6 @@
+/**
+ * Run update and print output to terminal.
+ */
+declare function updateDb(print?: (str: string) => void): void
+
+export = updateDb
