import { RSSItemV2 } from '../types/rss.js';
import { UpdateMDXComponent } from './index.js';
export declare const processUpdateNode: ({ updateNode, date, }: {
    updateNode: UpdateMDXComponent;
    date: string;
}) => RSSItemV2[];
