An import inside a `if (TYPE_CHECKING):` block is not sufficient for type aliases as the types are required at runtime.
An import inside a
if (TYPE_CHECKING):block is not sufficient for type aliases as the types are required at runtime.