import { type Observable } from 'rxjs';
import type { AuthOptions } from '../../auth-options';
import type { OpenIdConfiguration } from '../../config/openid-configuration';
import type { ParResponse } from './par-response';
export declare class ParService {
    private readonly loggerService;
    private readonly urlService;
    private readonly dataService;
    private readonly storagePersistenceService;
    postParRequest(configuration: OpenIdConfiguration, authOptions?: AuthOptions): Observable<ParResponse>;
}
//# sourceMappingURL=par.service.d.ts.map