export const name = "Local Infrastructure"; export async function checkStatus() { return { name, status: "operational", message: "Firewall uptime 42d. WAN throughput nominal.", lastUpdated: new Date().toISOString(), }; }