import type { AuthenticatedSession, AuthenticationParams, AuthParameters } from './types/authenticate'; export declare const authenticate: (params: AuthenticationParams) => Promise>;