/** * Returns a tooltip message for project name input fields, customized based on the project's user layer. * * @param {boolean} isCustomerBase - Determines if the tooltip is for a customer base project. * @returns {string} A tooltip message with specific validation rules. */ export declare function getProjectNameTooltip(isCustomerBase: boolean): string; //# sourceMappingURL=tooltip.d.ts.map