import { z } from "zod"; declare const paramsSchema: z.ZodObject<{ realmUid: z.ZodString; action: z.ZodEnum<{ delete: "delete"; get: "get"; list: "list"; update: "update"; create: "create"; count_matches: "count_matches"; }>; query: z.ZodOptional; sort_by: z.ZodOptional>; order: z.ZodOptional>; page: z.ZodOptional; per_page: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; filters: z.ZodOptional; svalue_2: z.ZodOptional; filterable: z.ZodOptional]>>; filterable_alternative: z.ZodOptional; condition_type: z.ZodOptional; multiple_filterables: z.ZodOptional; _not: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; export type ParamsSchema = z.infer; export declare const SegmentsManage: Tool; export {}; //# sourceMappingURL=SegmentsManage.d.ts.map