from _typeshed import StrOrBytesPath

def is_binary(filename: StrOrBytesPath) -> bool: ...
