import type { AuthenticatedSession, AuthParameters } from '../../types/authenticate'; import type { OpenIdAuthContext } from '../../types/context'; export declare const authenticateGoogleWithRedirect: ({ auth, context }: { auth: AuthParameters; context: OpenIdAuthContext; }) => Promise>;