import { firebaseFunctions } from "../firebase"; export declare type HttpsCallable = (callableData: I) => Promise; export declare function httpsCallable(functionName: string, region?: firebaseFunctions.SupportedRegions): HttpsCallable; export declare function useFunctionsEmulator(origin: string): void;