include Repository.Sig.REPO
val register_migration : unit -> unitval register_cleaner : unit -> unitval find_opt : Core.Ctx.t -> value:string -> Token__.Model.t option Lwt.tval find_by_id_opt : Core.Ctx.t -> id:string -> Token__.Model.t option Lwt.tval insert : Core.Ctx.t -> token:Token__.Model.t -> unit Lwt.tval update : Core.Ctx.t -> token:Token__.Model.t -> unit Lwt.t