export declare enum TranslatorTranslationGroup {
    DEFAULT = "default",
    CLIENT = "authupClient",
    VUECS = "vuecs",
    VUELIDATE = "vuelidate"
}
export declare enum TranslatorTranslationVuecsKey {
    NO_MORE = "noMore"
}
export declare enum TranslatorTranslationClientKey {
    NAME_HINT = "nameHint",
    DESCRIPTION_HINT = "descriptionHint",
    REDIRECT_URI_HINT = "redirectURIHint",
    IS_CONFIDENTIAL = "isConfidential",
    IS_ACTIVE = "isActive",
    HASH_SECRET = "hashSecret"
}
export declare enum TranslatorTranslationDefaultKey {
    ADD = "add",
    CREATE = "create",
    DELETE = "delete",
    GENERATE = "generate",
    UPDATE = "update",
    ACTIVE = "active",
    INACTIVE = "inactive",
    LOCKED = "locked",
    NOT_LOCKED = "notLocked",
    VALUE_IS_REGEX = "valueIsRegex",
    CLIENT = "client",
    CLIENTS = "clients",
    CLIENT_SCOPES = "clientScopes",
    DISPLAY_NAME = "displayName",
    EMAIL = "email",
    EXTERNAL_ID = "externalId",
    HASHED = "hashed",
    OVERVIEW = "overview",
    IDENTITY_PROVIDERS = "identityProviders",
    NAME = "name",
    DECISION_STRATEGY = "decisionStrategy",
    DESCRIPTION = "description",
    PERMISSIONS = "permissions",
    POLICY = "policy",
    POLICIES = "policies",
    REALM = "realm",
    ROBOTS = "robots",
    REALMS = "realms",
    ROLES = "roles",
    SCOPES = "scopes",
    SECRET = "secret",
    REDIRECT_URIS = "redirectUris",
    USERS = "users"
}
//# sourceMappingURL=constants.d.ts.map