diff --git a/index.d.ts b/index.d.ts
index aecba49..24b3a1b 100644
--- a/index.d.ts
+++ b/index.d.ts
@@ -632,6 +632,18 @@ declare global {
             bodyBytes(): string
         }
 
+        api(): {
+            [key: string]: any            
+        }
+
+        project(): {
+            [key: string]: any
+        }
+
+        collection(): {
+            [key: string]: any
+        }
+
         db: DbPackage
         smtp: SmtpPackage
         fs: FsPackage