declare const getChallenge: (address: string) => Promise; declare const Authenticate: (address: string, signature: string) => Promise; declare const RefreshToken: (refreshToken: string) => Promise; declare const verify: (accessToken: string) => Promise; export { getChallenge, Authenticate, RefreshToken, verify };