from typing import Any

def prefix_validation_error(error: Any, prefix: Any, code: Any, params: Any) -> Any: ...
