export interface JwksLookupOptions { jwksUri: string; issuer: string; } export declare function getSigningKeyForKid(options: JwksLookupOptions, kid: string): Promise; export declare function clearJwksCache(): void; //# sourceMappingURL=jwks.d.ts.map