declare module "love.data" {
  /**
   * Return type of various data-returning functions.
   * @link [EncodeFormat](https://love2d.org/wiki/EncodeFormat)
   * @snice 11.0
   */
  type EncodeFormat = "base64" | "hex";
}
