import { Auth, User } from "firebase/auth"; export declare const onAuthStateChangedPromise: (auth: Auth) => Promise; declare const GetAuthAsync: (auth: Auth) => Promise>>; export default GetAuthAsync;