export declare function installFirebase(firebaseConfig: any): any; export declare function firebaseLoginOnLoad(featheryClient: any): Promise; export declare function getCurrentSession(): Promise; export declare function firebaseSendMagicLink({ fieldVal, servar }: { fieldVal: string; servar: any; }): Promise; export declare function firebaseSendSms({ fieldVal, servar }: { fieldVal: string; servar: any; }): Promise; export declare function firebaseVerifySms({ fieldVal, featheryClient }: any): Promise; export declare function firebaseSignInPopup(oauthType: keyof typeof OAUTH_PROVIDER_MAP, featheryClient: any): Promise; export declare function isHrefFirebaseMagicLink(): boolean; export declare function useFirebaseRecaptcha(step: any): void; declare const OAUTH_PROVIDER_MAP: { google: { provider: string; id: string; }; facebook: { provider: string; id: string; }; apple: { provider: string; id: string; }; twitter: { provider: string; id: string; }; github: { provider: string; id: string; }; microsoft: { provider: string; id: string; }; }; export {}; //# sourceMappingURL=firebase.d.ts.map