import * as firebase from "../firebase"; import { HttpsCallable } from "./functions"; export declare function httpsCallable(functionName: string, region?: firebase.functions.SupportedRegions): HttpsCallable; export declare function useFunctionsEmulator(origin: string): void;