# typed: strong # frozen_string_literal: true module Ffprober class AudioStream < Stream end end