/** * Holds all identifiers of the Impersonation config process in an accessible manner */ export declare enum UserImpersonationConstants { IMPERSONATION_CONFIG_NET_IDENTIFIER = "impersonation_config", IMPERSONATION_CONFIG_FIELD_IMPERSONATED = "impersonated", IMPERSONATION_CONFIG_FIELD_ROLES = "impersonated_roles", IMPERSONATION_CONFIG_FIELD_AUTHS = "impersonated_authorities" }