interface FetchFunctionimport { type FetchFunction } from "https://dotland.deno.dev/x/jose@v5.9.6/runtime/interfaces.d.ts"; Call Signatures(url: URL,timeout: number,options?: any,): Promise<{ [propName: string]: unknown; }>