import { APIRoute } from 'astro';

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

export { GET };
