import type { FeedItem } from "./types.js"; export declare function parseFeed(xml: string): { title: string; items: FeedItem[]; };