export declare const MESSAGES_AUTH_CONFIGURATION: {
    readonly '^The tenant option: configuration/tenant.login.ignore-case cannot be enabled : Username or alias is duplicated when case sensitivity is ignored.$': {
        readonly gettext: "Could not enable the \"Ignore case when logging in\" feature. Duplicate usernames or aliases were detected when ignoring case sensitivity. Resolve conflicting names and try again.";
    };
    readonly "^The tenant option: configuration/tenant.login.ignore-case cannot be managed : Feature 'Ignore case on username or alias login' is not available.$": {
        readonly gettext: "The feature \"Ignore case when logging in\" is not available.";
    };
    readonly "^The tenant option: configuration/tenant.login.ignore-case cannot be managed : Only a tenant administrator can change the state of the 'Ignore case on username or alias login' feature.$": {
        readonly gettext: "Only a tenant administrator can configure the \"Ignore case when logging in\" option.";
    };
};
//# sourceMappingURL=pattern-messages.data.d.ts.map