/** * An enumeration that indicates the status of accepting the shared record. * * Possible values are `INVITED`, `ACCEPTED`, `REMOVED`, and `UNKNOWN`. * * API schema: CKDBShareAcceptanceStatus * API version: 1.3.2 */ export declare enum CKDBShareAcceptanceStatus { "INVITED" = "INVITED", "ACCEPTED" = "ACCEPTED", "REMOVED" = "REMOVED", "UNSUBSCRIBED" = "UNSUBSCRIBED", "UNKNOWN" = "UNKNOWN" }