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