export declare enum IdentityType {
    CLIENT = "client",
    ROBOT = "robot",
    USER = "user"
}
//# sourceMappingURL=constants.d.ts.map