import type { UmbWebhookDeliveryCollectionFilterModel } from '../types.js'; import type { UmbWebhookDeliveryDetailModel } from '../../types.js'; import { UmbRepositoryBase } from '../../../../core/repository/index.js'; import type { UmbCollectionRepository } from '../../../../core/collection/index.js'; import type { UmbControllerHost } from '../../../../../libs/controller-api/index.js'; export declare class UmbWebhookDeliveryCollectionRepository extends UmbRepositoryBase implements UmbCollectionRepository { #private; constructor(host: UmbControllerHost); requestCollection(filter: UmbWebhookDeliveryCollectionFilterModel): Promise>>; } export default UmbWebhookDeliveryCollectionRepository;