export declare type HttpsCallable = (callableData: I) => Promise; export declare function httpsCallable(functionName: string, region?: SupportedRegions): HttpsCallable; export declare function useFunctionsEmulator(origin: string): void;