import { ConfigService } from '@edirect/config'; import { AuthenticatedRequestInterface } from '../interfaces'; export declare class ConfigServiceWrapper { private readonly configService; private readonly request; private issuer; constructor(configService: ConfigService, request: AuthenticatedRequestInterface); private getRealm; get(key: string): string; } //# sourceMappingURL=config-service.wrapper.d.ts.map