import { WebhookUserInterface } from '../generated/rest-sdk';
import { WebhookRestSdkAngularService } from '../generated/webhook-rest_sdk-angular.module';
import * as i0 from "@angular/core";
export declare class WebhookAuthService {
    private readonly ssoRestSdkAngularService;
    private webhookUser$;
    constructor(ssoRestSdkAngularService: WebhookRestSdkAngularService);
    getWebhookUser(): WebhookUserInterface | null;
    loadWebhookUser(): import("rxjs").Observable<WebhookUserInterface | null>;
    webhookUserUpdates(): import("rxjs").Observable<WebhookUserInterface | null>;
    static ɵfac: i0.ɵɵFactoryDeclaration<WebhookAuthService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<WebhookAuthService>;
}
