import { QueryDocumentSnapshot, DocumentData } from "firebase-admin/firestore"; /** * Handles events from the `watchlist` collection in Firestore, when a document is created, and increments counter * in statistics in the `watchlist-stats` collection for the provided `entityId` and `entityType`. * */ export declare const onWatchlistItemCreate: (snapshot: QueryDocumentSnapshot) => Promise;