from typing import Any

class CheckFieldDefaultMixin:
    def check(self, **kwargs: Any) -> list[Any]: ...
