import { z } from 'zod'; export declare const WebhookUrlParams: z.ZodObject<{ flowId: z.ZodString; }, z.core.$strip>; export type WebhookUrlParams = z.infer; //# sourceMappingURL=dto.d.ts.map