import { DecodedJwt, JsonWebKeyset } from './types.js'; export declare function getJwks(issuer: string): Promise; export declare function importKey(iss: string, jwk: JsonWebKey): Promise; export declare function getKey(decoded: DecodedJwt): Promise;