import { Feed } from "../types.js";
export declare const renderJSON: (feed: Feed, compact?: boolean) => string;
