export declare const firestoreFunctions: readonly ["onCreated", "onUpdated", "onDeleted", "onWritten", "onDocumentCreated", "onDocumentUpdated", "onDocumentDeleted", "onDocumentWritten"]; export declare const databaseFunctions: readonly ["onValueCreated", "onValueDeleted", "onValueUpdated", "onValueWritten"]; export declare const storageFunctions: readonly ["onObjectArchived", "onObjectDeleted", "onObjectFinalized", "onObjectMetadataUpdated"]; export declare const authFunctions: readonly ["onAuthCreate", "onAuthDelete", "beforeAuthCreate", "beforeAuthSignIn"]; export declare const schedulerFunctions: readonly ["onSchedule"]; export declare const httpsFunctions: readonly ["onCall", "onRequest"]; export declare const functions: readonly ["onAuthCreate", "onAuthDelete", "beforeAuthCreate", "beforeAuthSignIn", "onValueCreated", "onValueDeleted", "onValueUpdated", "onValueWritten", "onCreated", "onUpdated", "onDeleted", "onWritten", "onDocumentCreated", "onDocumentUpdated", "onDocumentDeleted", "onDocumentWritten", "onObjectArchived", "onObjectDeleted", "onObjectFinalized", "onObjectMetadataUpdated", "onSchedule", "onCall", "onRequest"];