export declare enum AuthMethod { Emailpassword = "email-password", Magicurl = "magic-url", Emailotp = "email-otp", Anonymous = "anonymous", Invites = "invites", Jwt = "jwt", Phone = "phone" }