export { Recipients, BaseRecipients, type RecipientCreateResponse, type RecipientListResponse, type RecipientDeleteResponse, type RecipientGetResponse, type RecipientCreateParams, type RecipientListParams, type RecipientDeleteParams, type RecipientGetParams, type RecipientListResponsesV4PagePaginationArray, } from "./recipients.mjs"; export { ResourceSharing, BaseResourceSharing } from "./resource-sharing.mjs"; export { Resources, BaseResources, type ResourceCreateResponse, type ResourceUpdateResponse, type ResourceListResponse, type ResourceDeleteResponse, type ResourceGetResponse, type ResourceCreateParams, type ResourceUpdateParams, type ResourceListParams, type ResourceDeleteParams, type ResourceGetParams, type ResourceListResponsesV4PagePaginationArray, } from "./resources.mjs"; //# sourceMappingURL=index.d.mts.map