import { z } from "zod"; //#region src/actions/list-webhooks.d.ts declare const ExaListWebhooksInput: z.ZodTypeAny; declare const ExaListWebhooksOutput: z.ZodTypeAny; declare const exaListWebhooks: import("@keystrokehq/action").WorkflowActionDefinition, readonly [import("@keystrokehq/shared").Credential]>; //#endregion export { exaListWebhooks }; //# sourceMappingURL=list-webhooks.d.mts.map