import { APIRoute } from 'astro';

/**
 * Handles user sign-out by redirecting to the logout URL.
 */
declare const GET: APIRoute;

export { GET };
