import { DocumentSnapshot } from "firebase-admin/firestore"; import { Change } from "firebase-functions/v1"; /** * Handles events from the `nft-collections` collection in Firestore. Generate images previews. * */ export declare const onGameWrite: (change: Change) => Promise;