import * as z from 'zod'; declare const CreateCategoryRequest: z.ZodObject<{ category: z.ZodObject<{ _id: z.ZodOptional; displayName: z.ZodString; parentCategoryId: z.ZodNullable>; sortOrder: z.ZodNullable>; publishStatus: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>; declare const CreateCategoryResponse: z.ZodObject<{ _id: z.ZodOptional; displayName: z.ZodNullable>; parentCategoryId: z.ZodNullable>; sortOrder: z.ZodNullable>; publishStatus: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; declare const DeleteCategoryRequest: z.ZodObject<{ categoryId: z.ZodString; }, z.core.$strip>; declare const DeleteCategoryResponse: z.ZodObject<{}, z.core.$strip>; declare const UpdateCategoryRequest: z.ZodObject<{ _id: z.ZodString; category: z.ZodObject<{ _id: z.ZodOptional; displayName: z.ZodNullable>; parentCategoryId: z.ZodNullable>; sortOrder: z.ZodNullable>; publishStatus: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>; declare const UpdateCategoryResponse: z.ZodObject<{ _id: z.ZodOptional; displayName: z.ZodNullable>; parentCategoryId: z.ZodNullable>; sortOrder: z.ZodNullable>; publishStatus: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; declare const GetCategoryRequest: z.ZodObject<{ categoryId: z.ZodString; options: z.ZodOptional>; publishStatus: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const GetCategoryResponse: z.ZodType>; declare const EnterpriseOnboardingRequest: z.ZodObject<{ accountId: z.ZodString; options: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const EnterpriseOnboardingResponse: z.ZodObject<{ category: z.ZodOptional; displayName: z.ZodNullable>; parentCategoryId: z.ZodNullable>; sortOrder: z.ZodNullable>; publishStatus: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const GetMediaManagerCategoriesRequest: z.ZodObject<{}, z.core.$strip>; declare const GetMediaManagerCategoriesResponse: z.ZodObject<{ category: z.ZodOptional>>; }, z.core.$strip>; export { CreateCategoryRequest, CreateCategoryResponse, DeleteCategoryRequest, DeleteCategoryResponse, EnterpriseOnboardingRequest, EnterpriseOnboardingResponse, GetCategoryRequest, GetCategoryResponse, GetMediaManagerCategoriesRequest, GetMediaManagerCategoriesResponse, UpdateCategoryRequest, UpdateCategoryResponse };