import type { WebhookService } from '../../../modules/webhook/webhook.service';
import { type AnyToolDescriptor } from '../tool-descriptor';
export declare function webhookTools(webhook: WebhookService): AnyToolDescriptor[];
