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