import { HttpClient, NonNullablePaths, MaybeContext, BuildRESTFunction } from '@wix/sdk-types'; import { UserCertification } from './index.typings.js'; export { AccountInfo, ActionEvent, CertificationType, CertificationTypeWithLiterals, CreateUserCertificationRequest, CreateUserCertificationResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DeleteUserCertificationRequest, DeleteUserCertificationResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, GetUserCertificationRequest, GetUserCertificationResponse, IdentificationData, IdentificationDataIdOneOf, MessageEnvelope, QueryUserCertificationsRequest, QueryUserCertificationsResponse, RestoreInfo, SortOrder, SortOrderWithLiterals, Sorting, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.js'; declare function getUserCertification$1(httpClient: HttpClient): GetUserCertificationSignature; interface GetUserCertificationSignature { /** * Retrieves a user certification. * @param - ID of the user certification to retrieve. * @returns Retrieved user certification. */ (userCertificationId: string): Promise>; } declare const getUserCertification: MaybeContext & typeof getUserCertification$1>; export { UserCertification, getUserCertification };