import * as z from 'zod'; declare const GetUserCertificationRequest: z.ZodObject<{ userCertificationId: z.ZodString; }, z.core.$strip>; declare const GetUserCertificationResponse: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; userId: z.ZodNullable>; certificationType: z.ZodOptional>; }, z.core.$strip>; export { GetUserCertificationRequest, GetUserCertificationResponse };