import { APIRoute } from 'astro';

/**
 * Redirects the user to the OAuth login URL with necessary parameters.
 */
declare const GET: APIRoute;

export { GET };
