// Copyright © 2022-2026 Partium, Inc. DBA Partium import { OauthHttpsService } from "../../services/http/oauth-https.service"; /** * Keycloak-specific implementation of the OauthHttpsService for * web-based Applications. */ export declare class JSOauthKeycloakHttpsService extends OauthHttpsService { }