import { ObosSsoConfigDataInterface } from '../types/interfaces'; export declare class ObosSsoConfig { private ssoConfig; constructor(ssoConfig: ObosSsoConfigDataInterface); getObosSsoUrl(): string; getObosSsoAppId(): number; getObosSsoAppSecret(): string; getObosSsoStaticAuthenticationApiKey(): string | null; }