import * as functions from 'firebase-functions';
export declare const cleanUpDocumentsOfType: functions.CloudFunction<FirebaseFirestore.DocumentSnapshot>;
export declare const updateDocumentsStandaloneValue: functions.CloudFunction<functions.Change<FirebaseFirestore.DocumentSnapshot>>;