import { OktaAuthOAuthInterface, WellKnownResponse } from '../types'; export declare function getWellKnown(sdk: OktaAuthOAuthInterface, issuer?: string): Promise; export declare function getKey(sdk: OktaAuthOAuthInterface, issuer: string, kid: string): Promise;