from typing import Any

def fromfile(file_h: Any) -> Any: ...
def fromstr(string: Any, **kwargs: Any) -> Any: ...
