export declare enum FunctionType { Https = "https", HttpsCallable = "httpsCallable", Auth = "auth", Firestore = "firestore", RealtimeDB = "realtimeDB" } export declare function send(payload: any): void; export declare function getConfig(): any[]; export declare function clearConfig(): void;