import * as z from 'zod'; declare const QueryAccountCertificationsRequest: z.ZodObject<{ query: z.ZodIntersection>>; sort: z.ZodOptional; order: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ cursorPaging: z.ZodObject<{ limit: z.ZodNullable>; cursor: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>; declare const QueryAccountCertificationsResponse: z.ZodObject<{ accountCertifications: z.ZodOptional>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; userCertificationIds: z.ZodOptional>; certificationType: z.ZodOptional>; }, z.core.$strip>>>; pagingMetadata: z.ZodOptional>; cursors: z.ZodOptional>; prev: z.ZodNullable>; }, z.core.$strip>>; hasNext: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const ListAccountCertificationsRequest: z.ZodObject<{ accountId: z.ZodString; }, z.core.$strip>; declare const ListAccountCertificationsResponse: z.ZodObject<{ certifications: z.ZodOptional>; _createdDate: z.ZodNullable>; }, z.core.$strip>>>; }, z.core.$strip>; export { ListAccountCertificationsRequest, ListAccountCertificationsResponse, QueryAccountCertificationsRequest, QueryAccountCertificationsResponse };