sig
  type t = { correctedQuery : string; htmlCorrectedQuery : string; }
  val correctedQuery :
    (GapiCustomsearchV1Model.Search.Spelling.t, string) GapiLens.t
  val htmlCorrectedQuery :
    (GapiCustomsearchV1Model.Search.Spelling.t, string) GapiLens.t
  val empty : GapiCustomsearchV1Model.Search.Spelling.t
  val render :
    GapiCustomsearchV1Model.Search.Spelling.t ->
    GapiJson.json_data_model list
  val parse :
    GapiCustomsearchV1Model.Search.Spelling.t ->
    GapiJson.json_data_model -> GapiCustomsearchV1Model.Search.Spelling.t
end