import { JwtClientAuthenticationCoreOptions } from "./JwtClientAuthenticationCoreOptions"; import { TokenizedApiCommunicationServiceOptions } from "./TokenizedApiCommunicationServiceOptions"; export declare class Options { private static _jwtClientAuthenticationCoreOptions; private static _tokenizedApiCommunicationServiceOptions; static get getJwtClientAuthenticationCoreOptions(): JwtClientAuthenticationCoreOptions; static get getTokenizedApiCommunicationServiceOptions(): TokenizedApiCommunicationServiceOptions; }