sig
  val chromium_bookmarks : Sources.t Lazy.t
  module Mpc :
    sig
      val current_playlist : Sources.t Lazy.t
      val playlists : Sources.t Lazy.t
    end
  val i3_workspaces : Sources.t Lazy.t
  val from_file : string -> Sources.t
  val stm_from_file : string -> Completion.state_machine
end