import { DeepPartial } from "./common/types.js";
import { Atom } from "./feeds/atom/common/types.js";
import { Json } from "./feeds/json/common/types.js";
import { Rdf } from "./feeds/rdf/common/types.js";
import { Rss } from "./feeds/rss/common/types.js";
import { Opml } from "./opml/common/types.js";
export type { Atom, DeepPartial, Json, Opml, Rdf, Rss };