import * as z from 'zod'; declare const ListCategoriesRequest: z.ZodObject<{ options: z.ZodOptional>; includeDeleted: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const ListCategoriesResponse: z.ZodObject<{ categories: z.ZodOptional>; name: z.ZodNullable>; status: z.ZodOptional>; sortOrder: z.ZodNullable>; }, z.core.$strip>>>; }, z.core.$strip>; declare const CreateCategoryRequest: z.ZodObject<{ category: z.ZodObject<{ _id: z.ZodNullable>; name: z.ZodString; status: z.ZodOptional>; sortOrder: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>; declare const CreateCategoryResponse: z.ZodObject<{ _id: z.ZodNullable>; name: z.ZodNullable>; status: z.ZodOptional>; sortOrder: z.ZodNullable>; }, z.core.$strip>; declare const UpdateCategoryRequest: z.ZodObject<{ _id: z.ZodString; category: z.ZodObject<{ _id: z.ZodNullable>; name: z.ZodString; status: z.ZodOptional>; sortOrder: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>; declare const UpdateCategoryResponse: z.ZodObject<{ category: z.ZodOptional>; name: z.ZodNullable>; status: z.ZodOptional>; sortOrder: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const DeleteCategoryRequest: z.ZodObject<{ _id: z.ZodString; options: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const DeleteCategoryResponse: z.ZodObject<{ _id: z.ZodNullable>; }, z.core.$strip>; export { CreateCategoryRequest, CreateCategoryResponse, DeleteCategoryRequest, DeleteCategoryResponse, ListCategoriesRequest, ListCategoriesResponse, UpdateCategoryRequest, UpdateCategoryResponse };