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