import { z } from "zod"; import { type WebhookRule } from "../webhooks/webhookRules.js"; export declare const listWebhooksInputSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; export declare function listWebhooks(userId: string): Promise<{ rules: WebhookRule[]; }>; //# sourceMappingURL=listWebhooks.d.ts.map