declare const _default: { SIGN: string; SELF_SIGN_NOT_ALLOWED: string; REQUIRE_SELF_SIGN: string; /** * User {domainAccount} doesn't belong to Role {roleName} */ USER_NOT_IN_ROLE: string; SIGNATURE: string; }; export default _default;