export declare function mockJwksEndpoint(opts: { endpoint: URL; kid: string; jwks: JsonWebKey; }): void;