sig
  type pred = Fol.pred
  type decl = Fol.decl
  val export_tau : Format.formatter -> Formula.tau -> unit
  val export_term : Format.formatter -> Fol.term -> unit
  val pp_pred_atom : Fol.pred Fol_coq.pp
  val export_pred : Format.formatter -> Fol.pred -> unit
  val export_item :
    (Cil_types.typ -> Formula.tau) ->
    (Format.formatter -> Fol.term -> unit) ->
    Format.formatter ->
    string -> (Fol.Var.t, Fol.term, Fol.pred) Formula.item -> unit
  val export_section : Format.formatter -> string -> unit
  val export_decl :
    Format.formatter ->
    (Fol.Var.t, Fol.term, Fol.pred) Formula.declaration -> unit
  val export_goal : Format.formatter -> string -> Fol.pred -> unit
end