Report snapshot lookup and module-query helpers.
@spec demodulize(binary()) :: binary()
@spec find_module(map(), binary()) :: {:ok, binary()} | {:error, :not_found | {:ambiguous, [binary()]}}
@spec latest_snapshot_path!() :: binary()
@spec read_snapshot!(binary()) :: map()
@spec report_dir?(binary()) :: boolean()
@spec report_lookup_error(binary(), {:ambiguous, [binary()]} | :not_found) :: no_return()
@spec snapshot_path!(keyword()) :: binary()