declare module "love.filesystem" {
  /**
   * How to decode a given FileData.
   * @link [FileDecoder](https://love2d.org/wiki/FileDecoder)
   */
  type FileDecoder = "file" | "base64";
}
