import { z } from 'zod'; export declare const CountFlowsRequest: z.ZodObject<{ projectId: z.ZodString; folderId: z.ZodOptional; }, z.core.$strip>; export type CountFlowsRequest = z.infer; //# sourceMappingURL=count-flows-request.d.ts.map