def is_valid_name(name: str) -> bool: ...
def is_valid_text(data: str) -> bool: ...
