import type { NextRequest } from "next/server" export type MiddlewareMatcher = (request: NextRequest) => boolean