export declare enum RightsType {
    C = "C",
    P = "P",
    D = "D"
}
