variable bearerAuthimport { bearerAuth } from "https://dotland.deno.dev/x/hono@v3.9.2/middleware.ts"; type(options: { token: string; realm?: string; prefix?: string; hashFunction?: Function; }) => MiddlewareHandler