from av.audio.stream import AudioStream

def stats(loudnorm_args: str, stream: AudioStream) -> bytes: ...
