import type { string_title_private } from './string_title_private';
/**
 * Semantic helper
 * Title of anything
 *
 * For example `"Ai*nautes"`
 */
export type string_title = string_title_private;
