export declare enum RegistrationModeEnum {
    SELF = "self",
    OTHER = "other"
}
