// @ts-nocheck
import { UserContext } from "../../../types";
import { APIInterface, APIOptions } from "../types";
export default function getJWKS(
    apiImplementation: APIInterface,
    options: APIOptions,
    userContext: UserContext
): Promise<boolean>;
