import { WebhookRestSdkAngularService } from '../generated/webhook-rest_sdk-angular.module';
import * as i0 from "@angular/core";
export declare class WebhookEventsService {
    private readonly ssoRestSdkAngularService;
    constructor(ssoRestSdkAngularService: WebhookRestSdkAngularService);
    findMany(): import("rxjs").Observable<import("../generated/rest-sdk").WebhookEventInterface[]>;
    static ɵfac: i0.ɵɵFactoryDeclaration<WebhookEventsService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<WebhookEventsService>;
}
