/** The type of the user */
export declare enum TypeEnum {
    'group' = "group",
    'user' = "user"
}
//# sourceMappingURL=TypeEnum.d.ts.map