export declare class FirebaseAuthFlow { static startAuthFlow(): Promise<{ user: any; jwt: string; refreshToken: string; }>; private static findAvailablePort; private static getSuccessPage; private static getErrorPage; private static getAuthPage; private static openBrowser; } //# sourceMappingURL=firebase-auth.d.ts.map