export async function fetchExample(): Promise { const response = await fetch("/api"); return await response.text(); }